From 03455519e70253cb86007ac5a8960999e9aa5fa4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 14 Dec 2011 13:25:20 +0100 Subject: s3:smbd: pass smbd_server_connection and a snumused function pointer to reload_services() metze --- source3/smbd/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 2fd59a1f47..92b1443a98 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -955,7 +955,8 @@ void init_sec_ctx(void); struct memcache *smbd_memcache(void); void delete_and_reload_printers(struct tevent_context *ev, struct messaging_context *msg_ctx); -bool reload_services(struct messaging_context *msg_ctx, int smb_sock, +bool reload_services(struct smbd_server_connection *sconn, + bool (*snumused) (struct smbd_server_connection *, int), bool test); void exit_server(const char *const explanation); void exit_server_cleanly(const char *const explanation); -- cgit