From 308ecf63611c858327f163a154a3216fd6195ed9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Sep 2017 15:02:52 +0200 Subject: Show the pid of temporary roots --- src/libstore/local-store.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 62a11a94a5e4..0a3841133e5d 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -176,7 +176,7 @@ private: typedef std::shared_ptr FDPtr; typedef list FDs; - PathSet readTempRoots(FDs & fds); + std::set> readTempRoots(FDs & fds); public: -- cgit 1.4.1