messaging3: Introduce messaging_local_backend()
[samba.git] / source3 / include / messages.h
index 9a63cd64b1a2fda7a8de00a988bd737dcd9b72e0..bea3fd00370af54fe27f91b4d8c6b2f6e0c46dc5 100644 (file)
@@ -116,6 +116,8 @@ struct messaging_context *messaging_init(TALLOC_CTX *mem_ctx,
                                         struct tevent_context *ev);
 
 struct server_id messaging_server_id(const struct messaging_context *msg_ctx);
+struct messaging_backend *messaging_local_backend(
+       struct messaging_context *msg_ctx);
 
 /*
  * re-init after a fork