summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-30 11:10:47 +0200
committerVolker Lendecke <vl@samba.org>2012-04-17 10:21:01 +0200
commit05ff425c1749452179d79b96721c8ac18d886fba (patch)
treeaeb0f3ef497400bb538ec2f32d4a93c920ac6417 /source3/include
parent74baae782f09fd8f22af133b820680e37049f5b0 (diff)
downloadsamba-05ff425c1749452179d79b96721c8ac18d886fba.tar.gz
samba-05ff425c1749452179d79b96721c8ac18d886fba.tar.bz2
samba-05ff425c1749452179d79b96721c8ac18d886fba.zip
s3: Introduce ctdb_messaging_send_blob
Send a raw blob without the messaging.idl wrap
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ctdbd_conn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/ctdbd_conn.h b/source3/include/ctdbd_conn.h
index 2035e8ddfc..b1a58cbe5b 100644
--- a/source3/include/ctdbd_conn.h
+++ b/source3/include/ctdbd_conn.h
@@ -40,6 +40,9 @@ 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);
+NTSTATUS ctdbd_messaging_send_blob(struct ctdbd_connection *conn,
+ uint32 dst_vnn, uint64 dst_srvid,
+ const uint8_t *buf, size_t buflen);
bool ctdbd_process_exists(struct ctdbd_connection *conn, uint32 vnn,
pid_t pid);