aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_lockmanager_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_lockmanager_service.h')
-rw-r--r--src/include/gnunet_lockmanager_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_lockmanager_service.h b/src/include/gnunet_lockmanager_service.h
index 7ec262d04..ecc2a8d50 100644
--- a/src/include/gnunet_lockmanager_service.h
+++ b/src/include/gnunet_lockmanager_service.h
@@ -87,7 +87,7 @@ enum GNUNET_LOCKMANAGER_Status
87 * 87 *
88 * @param cls the closure from GNUNET_LOCKMANAGER_lock call 88 * @param cls the closure from GNUNET_LOCKMANAGER_lock call
89 * 89 *
90 * @param domain_name the locking domain of the lock 90 * @param domain_name the locking domain of the lock
91 * 91 *
92 * @param lock the lock for which this status is relevant 92 * @param lock the lock for which this status is relevant
93 * 93 *
@@ -95,11 +95,11 @@ enum GNUNET_LOCKMANAGER_Status
95 * acquired; GNUNET_LOCKMANAGER_RELEASE when the acquired lock is 95 * acquired; GNUNET_LOCKMANAGER_RELEASE when the acquired lock is
96 * lost. 96 * lost.
97 */ 97 */
98typedef void 98typedef void
99(*GNUNET_LOCKMANAGER_StatusCallback) (void *cls, 99(*GNUNET_LOCKMANAGER_StatusCallback) (void *cls,
100 const char *domain_name, 100 const char *domain_name,
101 uint32_t lock, 101 uint32_t lock,
102 enum GNUNET_LOCKMANAGER_Status 102 enum GNUNET_LOCKMANAGER_Status
103 status); 103 status);
104 104
105 105