summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/irpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-26 01:52:35 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-26 01:52:35 +0200
commitd9a6f04ddd8074c36fc8073ec9bd183438801817 (patch)
treeede946419365647df0f910bd996b3f43d035e777 /source4/lib/messaging/irpc.h
parentf22e4d0ce3db3b199d8bac1224064c57c5f373fc (diff)
downloadsamba-d9a6f04ddd8074c36fc8073ec9bd183438801817.tar.gz
samba-d9a6f04ddd8074c36fc8073ec9bd183438801817.tar.bz2
samba-d9a6f04ddd8074c36fc8073ec9bd183438801817.zip
Provide access to server_id from python bindings, add more tests.
(This used to be commit adcd87ad07abbf60a0152deae4b975a2401d701b)
Diffstat (limited to 'source4/lib/messaging/irpc.h')
-rw-r--r--source4/lib/messaging/irpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/messaging/irpc.h b/source4/lib/messaging/irpc.h
index f44c0af3ec..65e98dce2c 100644
--- a/source4/lib/messaging/irpc.h
+++ b/source4/lib/messaging/irpc.h
@@ -125,6 +125,7 @@ NTSTATUS irpc_add_name(struct messaging_context *msg_ctx, const char *name);
struct server_id *irpc_servers_byname(struct messaging_context *msg_ctx, TALLOC_CTX *mem_ctx, const char *name);
void irpc_remove_name(struct messaging_context *msg_ctx, const char *name);
NTSTATUS irpc_send_reply(struct irpc_message *m, NTSTATUS status);
+struct server_id messaging_get_server_id(struct messaging_context *msg_ctx);
#endif