about summary refs log tree commit diff
path: root/src/pathlocks.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathlocks.hh')
-rw-r--r--src/pathlocks.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathlocks.hh b/src/pathlocks.hh
index ae3a37cdb214..03a62e65a782 100644
--- a/src/pathlocks.hh
+++ b/src/pathlocks.hh
@@ -8,6 +8,7 @@ class PathLocks
 {
 private:
     list<int> fds;
+    Strings paths;
 
 public:
     PathLocks(const Strings & _paths);