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:
parent
da1e4fdfb5
commit
308ecf6361
2 changed files with 16 additions and 11 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue