-doxygen
authorSree Harsha Totakura <totakura@in.tum.de>
Thu, 3 May 2012 11:11:26 +0000 (11:11 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Thu, 3 May 2012 11:11:26 +0000 (11:11 +0000)
src/lockmanager/gnunet-service-lockmanager.c
src/lockmanager/lockmanager_api.c

index 481ca2e586aa617b12dae69467ad2a1770f22143..ef852521adc3069277d7872c4d3a2342e495ce22 100644 (file)
@@ -111,8 +111,9 @@ handle_acquire (void *cls,
 /**
  * Handle for GNUNET_MESSAGE_TYPE_LOCKMANAGER_RELEASE
  *
- * @param 
- * @return 
+ * @param cls NULL
+ * @param client the client sending this message
+ * @param message the LOCKMANAGER_RELEASE message
  */
 static void
 handle_release (void *cls,
index a026513c95f6a607f461947444d7bde350ee0316..18f5d0a71bdf209b6b5e07afa1a49d44da94fb76 100644 (file)
@@ -115,7 +115,7 @@ struct GNUNET_LOCKMANAGER_LockingRequest
  *          NULL if already known; 0 to calculate
  *
  * @param lock the lock number
- * @param where to write the generated hash
+ * @param ret where to write the generated hash
  */
 static void
 hash_domain_and_lock (const char *domain,