mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
lib: Add ctdbd_messaging_send to ctdb_dummy.c
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
cf2c12baa8
commit
db2f5b4c21
@ -30,6 +30,13 @@ NTSTATUS ctdbd_probe(void)
|
||||
return NT_STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS ctdbd_messaging_send(struct ctdbd_connection *conn,
|
||||
uint32_t dst_vnn, uint64_t dst_srvid,
|
||||
struct messaging_rec *msg)
|
||||
{
|
||||
return NT_STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS ctdbd_messaging_send_blob(struct ctdbd_connection *conn,
|
||||
uint32_t dst_vnn, uint64_t dst_srvid,
|
||||
const uint8_t *buf, size_t buflen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user