aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-server.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mds-server.h b/src/mds-server.h
index 3c82c42..be8678e 100644
--- a/src/mds-server.h
+++ b/src/mds-server.h
@@ -139,6 +139,14 @@ void message_received(client_t* client);
void add_intercept_condition(client_t* client, char* condition, int64_t priority, int modifying, int stop);
/**
+ * Multicast a message
+ *
+ * @param message The message
+ * @param length The length of the message
+ */
+void multicast_message(char* message, size_t length);
+
+/**
* Exec into the mdsinitrc script
*
* @param args The arguments to the child process