summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-05-17 15:19:18 +0200
committerMichael Adam <obnox@samba.org>2014-09-24 08:44:12 +0200
commit01026363dd0051eac00b555c5e0503a0484134cc (patch)
tree158c5f9bb2959366602e48fd91453cbbfedd8e61 /source3/include/messages.h
parent16678391925335d84ac95de11158959cb20280bc (diff)
downloadsamba-01026363dd0051eac00b555c5e0503a0484134cc.tar.gz
s3:messaging: add fds-array to messaging_send_iov()
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index b7193d5a85f..eb0943a95f1 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -114,7 +114,8 @@ NTSTATUS messaging_send_buf(struct messaging_context *msg_ctx,
const uint8_t *buf, size_t len);
NTSTATUS messaging_send_iov(struct messaging_context *msg_ctx,
struct server_id server, uint32_t msg_type,
- const struct iovec *iov, int iovlen);
+ const struct iovec *iov, int iovlen,
+ const int *fds, size_t num_fds);
void messaging_dispatch_rec(struct messaging_context *msg_ctx,
struct messaging_rec *rec);