summaryrefslogtreecommitdiff
path: root/source3/include/serverid.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/serverid.h')
-rw-r--r--source3/include/serverid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/serverid.h b/source3/include/serverid.h
index db2ce5ab875..3fcb5548d6e 100644
--- a/source3/include/serverid.h
+++ b/source3/include/serverid.h
@@ -33,6 +33,12 @@ bool serverid_register(const struct server_id id, uint32_t msg_flags);
bool serverid_deregister(const struct server_id id);
/*
+ * (De)register additional message flags
+ */
+bool serverid_register_msg_flags(const struct server_id id, bool do_reg,
+ uint32_t msg_flags);
+
+/*
* Check existence of a server id
*/
bool serverid_exists(const struct server_id *id);