From 9663cab40d637193f7c5af5d5cc2c4acd1e4fef9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Jun 2017 09:01:46 +0200 Subject: messaging: Remove messaging_handler_send This did not really take off, notifyd was the only user Bug: https://bugzilla.samba.org/show_bug.cgi?id=12903 Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Jul 7 05:11:48 CEST 2017 on sn-devel-144 (cherry picked from commit 5eccc2fd0072409f166c63e6876266f926411423) --- source3/include/messages.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include') diff --git a/source3/include/messages.h b/source3/include/messages.h index 46dc6c05854..970dc381acf 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -133,14 +133,6 @@ struct tevent_req *messaging_read_send(TALLOC_CTX *mem_ctx, int messaging_read_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct messaging_rec **presult); -struct tevent_req *messaging_handler_send( - TALLOC_CTX *mem_ctx, struct tevent_context *ev, - struct messaging_context *msg_ctx, uint32_t msg_type, - bool (*handler)(struct messaging_context *msg_ctx, - struct messaging_rec **rec, void *private_data), - void *private_data); -int messaging_handler_recv(struct tevent_req *req); - int messaging_cleanup(struct messaging_context *msg_ctx, pid_t pid); bool messaging_parent_dgm_cleanup_init(struct messaging_context *msg); -- cgit v1.2.1