1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

messaging: Remove "struct messaging_backend"

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Jul 25 21:35:49 CEST 2017 on sn-devel-144
This commit is contained in:
Volker Lendecke 2017-07-05 19:26:22 +02:00 committed by Ralph Boehme
parent 7d244129cc
commit e6846584d7

View File

@ -56,15 +56,6 @@
struct messaging_context;
struct messaging_rec;
struct messaging_backend {
int (*send_fn)(struct server_id src,
struct server_id pid, int msg_type,
const struct iovec *iov, int iovlen,
const int *fds, size_t num_fds,
struct messaging_backend *backend);
void *private_data;
};
struct messaging_context *messaging_init(TALLOC_CTX *mem_ctx,
struct tevent_context *ev);
NTSTATUS messaging_init_client(TALLOC_CTX *mem_ctx,