diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-01T15·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-01T15·06+0000 |
commit | d99d04e6442dcc39a24cebac01af117ce00a5006 (patch) | |
tree | b4282e68f6cca249791533306b93867f736df0d1 /src/pathlocks.hh | |
parent | 545145cd582cd80b857760ec11bb5a91b6271506 (diff) |
* Defensive programming against POSIX locking idiocy.
* Simplified realiseSlice().
Diffstat (limited to 'src/pathlocks.hh')
-rw-r--r-- | src/pathlocks.hh | 1 |
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); |