summaryrefslogtreecommitdiff
path: root/lib/common/NamedLock.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-04-13 17:59:30 +0000
committerChris Wilson <chris+github@qwirx.com>2015-04-13 17:59:30 +0000
commit324243fa90e199012a81bf08b232a9d523ce1fbf (patch)
tree53672f78e6aa533d02d111a045bfd50de7af8c49 /lib/common/NamedLock.h
parentf735627dd3e7c9ef6773afac671b7bf7ec4bf16c (diff)
Fix file locking on Windows.
NamedLock simply didn't work before. This may cause test failures, but the tests are already failing on Windows, and must be fixed.
Diffstat (limited to 'lib/common/NamedLock.h')
-rw-r--r--lib/common/NamedLock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/NamedLock.h b/lib/common/NamedLock.h
index 534115db..09f5001a 100644
--- a/lib/common/NamedLock.h
+++ b/lib/common/NamedLock.h
@@ -35,6 +35,7 @@ public:
private:
int mFileDescriptor;
+ std::string mFileName;
};
#endif // NAMEDLOCK__H