summaryrefslogtreecommitdiff
path: root/library/dir_lock.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:09:45 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:09:45 +0200
commit88c8801298cbf6fec9cdce254c7b3cb9e066a421 (patch)
tree35a35acf48eb227bac30abc8f87ea9b1c3c57b68 /library/dir_lock.h
parent3.12 (diff)
downloadFreeFileSync-88c8801298cbf6fec9cdce254c7b3cb9e066a421.tar.gz
FreeFileSync-88c8801298cbf6fec9cdce254c7b3cb9e066a421.tar.bz2
FreeFileSync-88c8801298cbf6fec9cdce254c7b3cb9e066a421.zip
3.13
Diffstat (limited to 'library/dir_lock.h')
-rw-r--r--library/dir_lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/dir_lock.h b/library/dir_lock.h
index fba65d2b..9ae4da08 100644
--- a/library/dir_lock.h
+++ b/library/dir_lock.h
@@ -19,7 +19,7 @@ RAII structure to place a directory lock against other FFS processes:
- ownership shared between all object instances refering to a specific lock location(= UUID)
- can be copied safely and efficiently! (ref-counting)
- detects and resolves abandoned locks (instantly if lock is associated with local pc, else after 30 seconds)
- - race-free (Windows, almost on Linux)
+ - race-free (Windows, almost on Linux(NFS))
*/
class DirLock
{
bgstack15