mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
messaging: make messaging_rec_create public
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
b8dccd11ea
commit
0c1e08b590
@ -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
|
||||
|
@ -110,7 +110,7 @@ static void ping_message(struct messaging_context *msg_ctx,
|
||||
messaging_send(msg_ctx, src, MSG_PONG, data);
|
||||
}
|
||||
|
||||
static struct messaging_rec *messaging_rec_create(
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user