aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-server.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mds-server.h b/src/mds-server.h
index cf0d24a..b751125 100644
--- a/src/mds-server.h
+++ b/src/mds-server.h
@@ -61,6 +61,11 @@ typedef struct client
*/
uint64_t id;
+ /**
+ * Mutex for sending data
+ */
+ pthread_mutex_t mutex;
+
} client_t;