From b5e9ece1f3936d2221480169713042019e34a276 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 May 2012 13:46:11 +0200 Subject: s3:smbd: remove global 'smbd_server_conn' !!! For now we still use a global 'global_smbXsrv_connection' in order to pass the connection state to exit_server*(). metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu May 24 20:07:20 CEST 2012 on sn-devel-104 --- source3/smbd/proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 30eed73f8d..311072a8c0 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -802,7 +802,9 @@ bool smb1_parse_chain(TALLOC_CTX *mem_ctx, const uint8_t *buf, struct smb_request ***reqs, unsigned *num_reqs); bool req_is_in_chain(struct smb_request *req); void smbd_process(struct tevent_context *ev_ctx, - struct smbd_server_connection *sconn); + struct messaging_context *msg_ctx, + int sock_fd, + bool interactive); bool fork_echo_handler(struct smbd_server_connection *sconn); /* The following definitions come from smbd/quotas.c */ -- cgit