aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_lockmanager_service.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-07-22 08:26:16 -0500
committerDavid Barksdale <amatus.amongus@gmail.com>2013-07-22 08:26:16 -0500
commit7450bd0b6c6c05ee6425e2c63e9b79beb94bfbfa (patch)
treedfde89b41437def7ce23af24db53a11a9b5f1075 /src/include/gnunet_lockmanager_service.h
parent740b30688bd745a527f96f9116c19acb3480971a (diff)
Imported Upstream version 0.9.5aupstream
Diffstat (limited to 'src/include/gnunet_lockmanager_service.h')
-rw-r--r--src/include/gnunet_lockmanager_service.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_lockmanager_service.h b/src/include/gnunet_lockmanager_service.h
index 570cce5..23d84cd 100644
--- a/src/include/gnunet_lockmanager_service.h
+++ b/src/include/gnunet_lockmanager_service.h
@@ -92,7 +92,8 @@ enum GNUNET_LOCKMANAGER_Status
* @param lock the lock for which this status is relevant
*
* @param status GNUNET_LOCKMANAGER_SUCCESS if the lock has been successfully
- * acquired; GNUNET_LOCKMANAGER_RELEASE when the acquired lock is lost
+ * acquired; GNUNET_LOCKMANAGER_RELEASE when the acquired lock is
+ * lost.
*/
typedef void
(*GNUNET_LOCKMANAGER_StatusCallback) (void *cls,
@@ -142,8 +143,8 @@ GNUNET_LOCKMANAGER_acquire_lock (struct GNUNET_LOCKMANAGER_Handle *handle,
/**
* Function to cancel the locking request generated by
- * GNUNET_LOCKMANAGER_acquire_lock. If the lock is acquired us then the lock is
- * released. GNUNET_LOCKMANAGER_StatusCallback will not be called upon any
+ * GNUNET_LOCKMANAGER_acquire_lock. If the lock is acquired by us then the lock
+ * is released. GNUNET_LOCKMANAGER_StatusCallback will not be called upon any
* status changes resulting due to this call.
*
* @param request the LockingRequest to cancel