gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21505 - gnunet/src/lockmanager


From: gnunet
Subject: [GNUnet-SVN] r21505 - gnunet/src/lockmanager
Date: Tue, 15 May 2012 18:14:04 +0200

Author: harsha
Date: 2012-05-15 18:14:04 +0200 (Tue, 15 May 2012)
New Revision: 21505

Removed:
   gnunet/src/lockmanager/README
Modified:
   gnunet/src/lockmanager/test_lockmanager_api_servercrash.c
Log:
-doc header

Deleted: gnunet/src/lockmanager/README
===================================================================
--- gnunet/src/lockmanager/README       2012-05-15 16:11:38 UTC (rev 21504)
+++ gnunet/src/lockmanager/README       2012-05-15 16:14:04 UTC (rev 21505)
@@ -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

Modified: gnunet/src/lockmanager/test_lockmanager_api_servercrash.c
===================================================================
--- gnunet/src/lockmanager/test_lockmanager_api_servercrash.c   2012-05-15 
16:11:38 UTC (rev 21504)
+++ gnunet/src/lockmanager/test_lockmanager_api_servercrash.c   2012-05-15 
16:14:04 UTC (rev 21505)
@@ -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
  */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]