summaryrefslogtreecommitdiff
path: root/source3/include/ctdbd_conn.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-01-23 00:05:15 +0100
committerMichael Adam <obnox@samba.org>2010-02-12 23:12:12 +0100
commite4af0bc5af2c3ee025ca7fac251c3672ba2c8dd5 (patch)
tree94d1da2ca88ee61e272504d443427e7ee690e954 /source3/include/ctdbd_conn.h
parent8e306b51b79d3dacd68be9f13aa8455e2eb4c03f (diff)
downloadsamba-e4af0bc5af2c3ee025ca7fac251c3672ba2c8dd5.tar.gz
samba-e4af0bc5af2c3ee025ca7fac251c3672ba2c8dd5.tar.bz2
samba-e4af0bc5af2c3ee025ca7fac251c3672ba2c8dd5.zip
s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connection
Michael
Diffstat (limited to 'source3/include/ctdbd_conn.h')
-rw-r--r--source3/include/ctdbd_conn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h
index 71516c73a6..c5ba5724cd 100644
--- a/source3/include/ctdbd_conn.h
+++ b/source3/include/ctdbd_conn.h
@@ -33,6 +33,8 @@ NTSTATUS ctdbd_register_msg_ctx(struct ctdbd_connection *conn,
struct messaging_context *msg_ctx);
struct messaging_context *ctdb_conn_msg_ctx(struct ctdbd_connection *conn);
+int ctdbd_conn_get_fd(struct ctdbd_connection *conn);
+
NTSTATUS ctdbd_messaging_send(struct ctdbd_connection *conn,
uint32 dst_vnn, uint64 dst_srvid,
struct messaging_rec *msg);