aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-server.h')
-rw-r--r--src/mds-server.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mds-server.h b/src/mds-server.h
index 6269e9b..1e3869f 100644
--- a/src/mds-server.h
+++ b/src/mds-server.h
@@ -110,6 +110,16 @@ typedef struct client
*/
size_t interception_conditions_count;
+ /**
+ * Messages pending to be sent (concatenated)
+ */
+ char* send_pending;
+
+ /**
+ * The character length of the messages pending to be sent
+ */
+ size_t send_pending_size;
+
} client_t;
/**