summaryrefslogtreecommitdiffstats
path: root/source3/include/messages.h
diff options
context:
space:
mode:
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 b7193d5a85..eb0943a95f 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);