s3:smbcontrol: let smbd pass the idmap msg to its children for convenience
[obnox/samba/samba-obnox.git] / source3 / lib / id_cache.h
index 00fd2853c9177514d17d4ce16c7f37e44dc22328..53731b55f5fe14401ae7ecc70d6ce191d75e2f05 100644 (file)
@@ -32,3 +32,15 @@ bool id_cache_ref_parse(const char* str, struct id_cache_ref* id);
 void id_cache_delete_from_cache(const struct id_cache_ref* id);
 
 void id_cache_register_msgs(struct messaging_context *ctx);
+
+void id_cache_delete_message(struct messaging_context *msg_ctx,
+                            void *private_data,
+                            uint32_t msg_type,
+                            struct server_id server_id,
+                            DATA_BLOB* data);
+
+void id_cache_flush_message(struct messaging_context *msg_ctx,
+                           void* private_data,
+                           uint32_t msg_type,
+                           struct server_id server_id,
+                           DATA_BLOB* data);