summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-07-09 14:30:35 +0200
committerRalph Boehme <slow@samba.org>2016-07-11 20:05:06 +0200
commitf991381356b09c09edf410b2659bb4f833102be7 (patch)
treee8bc02c1e55a664f378ef0ef83e01c885d5c2d14 /source3/include/messages.h
parentc6373aba00dd7a69b2e69c979510e3de04700b2d (diff)
downloadsamba-f991381356b09c09edf410b2659bb4f833102be7.tar.gz
s3-messaging/ctdb: add messaging_ctdbd_reinit()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 8bbe0260441..2eaf146fbb2 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -79,6 +79,9 @@ struct messaging_backend {
int messaging_ctdbd_init(struct messaging_context *msg_ctx,
TALLOC_CTX *mem_ctx,
struct messaging_backend **presult);
+int messaging_ctdbd_reinit(struct messaging_context *msg_ctx,
+ TALLOC_CTX *mem_ctx,
+ struct messaging_backend *backend);
struct ctdbd_connection *messaging_ctdbd_connection(void);
bool message_send_all(struct messaging_context *msg_ctx,