diff options
Diffstat (limited to 'library/dir_lock.h')
-rw-r--r-- | library/dir_lock.h | 2 |
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 { |