-doc header
authorSree Harsha Totakura <totakura@in.tum.de>
Tue, 15 May 2012 16:14:04 +0000 (16:14 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Tue, 15 May 2012 16:14:04 +0000 (16:14 +0000)
src/lockmanager/README [deleted file]
src/lockmanager/test_lockmanager_api_servercrash.c

diff --git a/src/lockmanager/README b/src/lockmanager/README
deleted file mode 100644 (file)
index 8d9339e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-The lockmanager service serves as a global locker for other gnunet
-programs. This service eliminates the need for programs to maintain their own
-checks upon a resource which should be protected from concurrent access.
-
-Locking is managed through locking-domains. A locking-domain is a string which
-uniquely identifies a group of locks. Locks are represented as unsigned 32-bit
-integers. When a critical resource has to be protected against simulataneous
-access by 2 programs, both of them should connect to the lockmanager using the
-same locking-domain and try to acquire a lock with the same number. Since only
-one of them can acquire the lock the other will be denied locking until the
-it the lock is released.
\ No newline at end of file
index 71e5f421d39028b6fc177986e1ae5458abfc7742..4b9d9cbe42193bebebe63f7ed26d80cba2a9d46a 100644 (file)
@@ -19,8 +19,8 @@
 */
 
 /**
- * @file lockmanager/test_lockmanager_api_lockrelease.c
- * @brief Test cases for lockmanager_api where client disconnects abruptly
+ * @file lockmanager/test_lockmanager_api_servercrash.c
+ * @brief Test cases for lockmanager_api where the server crashes
  * @author Sree Harsha Totakura
  */