summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-04 16:54:04 +0200
committerVolker Lendecke <vl@samba.org>2010-07-05 11:06:23 +0200
commit300667e4a9f02104fc8759dd846ea41f400441bf (patch)
treed0795152861ba866c49778e59fc5f4a48b98e2cc /source3/include/messages.h
parent849f72b254ee52501ba46e8419938d3bf5e31900 (diff)
downloadsamba-300667e4a9f02104fc8759dd846ea41f400441bf.tar.gz
samba-300667e4a9f02104fc8759dd846ea41f400441bf.tar.bz2
samba-300667e4a9f02104fc8759dd846ea41f400441bf.zip
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 805889a805..0e0019e8ab 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -116,7 +116,7 @@ bool messaging_tdb_parent_init(void);
NTSTATUS messaging_ctdbd_init(struct messaging_context *msg_ctx,
TALLOC_CTX *mem_ctx,
struct messaging_backend **presult);
-struct ctdbd_connection *messaging_ctdbd_connection(void);
+struct ctdbd_connection *messaging_ctdbd_connection(struct server_id id);
bool message_send_all(struct messaging_context *msg_ctx,
int msg_type,