summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-06-24 08:38:19 +0200
committerJeremy Allison <jra@samba.org>2017-07-07 00:52:24 +0200
commit0c1e08b5901e54c70cf72c74837a8ed8cc77f0b8 (patch)
tree1d5e604894f288c7b90a5357f456099a2676f19c /source3/include
parentb8dccd11ea3d43b9ee51811c1ce7d81b91a549ca (diff)
downloadsamba-0c1e08b5901e54c70cf72c74837a8ed8cc77f0b8.tar.gz
messaging: make messaging_rec_create public
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/messages.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 806f7b0aadb..46dc6c05854 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -145,6 +145,11 @@ int messaging_cleanup(struct messaging_context *msg_ctx, pid_t pid);
bool messaging_parent_dgm_cleanup_init(struct messaging_context *msg);
+struct messaging_rec *messaging_rec_create(
+ TALLOC_CTX *mem_ctx, struct server_id src, struct server_id dst,
+ uint32_t msg_type, const struct iovec *iov, int iovlen,
+ const int *fds, size_t num_fds);
+
#include "librpc/gen_ndr/ndr_messaging.h"
#endif