1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00

Show the pid of temporary roots

This commit is contained in:
Eelco Dolstra 2017-09-14 15:02:52 +02:00
parent da1e4fdfb5
commit 308ecf6361
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 16 additions and 11 deletions

View file

@ -176,7 +176,7 @@ private:
typedef std::shared_ptr<AutoCloseFD> FDPtr;
typedef list<FDPtr> FDs;
PathSet readTempRoots(FDs & fds);
std::set<std::pair<pid_t, Path>> readTempRoots(FDs & fds);
public: