summaryrefslogtreecommitdiff
path: root/source4/lib/util/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/mutex.c')
-rw-r--r--source4/lib/util/mutex.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/lib/util/mutex.c b/source4/lib/util/mutex.c
index 480ba92cc0..79c281ff0c 100644
--- a/source4/lib/util/mutex.c
+++ b/source4/lib/util/mutex.c
@@ -20,6 +20,11 @@
*/
#include "includes.h"
#include "mutex.h"
+
+/**
+ * @file
+ * @brief Mutex utility functions
+ */
/* the registered mutex handlers */
static struct {
@@ -30,7 +35,7 @@ static struct {
/* read/write lock routines */
-/*
+/**
register a set of mutex/rwlock handlers.
Should only be called once in the execution of smbd.
*/