aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/client.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-server/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mds-server/client.h b/src/mds-server/client.h
index a795c84..fee5eba 100644
--- a/src/mds-server/client.h
+++ b/src/mds-server/client.h
@@ -71,6 +71,11 @@ typedef struct client
pthread_mutex_t mutex;
/**
+ * Whether `mutex` has been initialised
+ */
+ int mutex_created;
+
+ /**
* The messages interception conditions conditions
* for the client
*/