From dd3a92795908e8e9e5456f985e17313b2a59a8cc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Aug 2011 18:39:56 +0200 Subject: s3-smbd: Pass tevent context to smbd_server_connection_loop_once(). Signed-off-by: Simo Sorce --- 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 92a1d3876d..d140813438 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -793,7 +793,8 @@ void construct_reply_common_req(struct smb_request *req, char *outbuf); size_t req_wct_ofs(struct smb_request *req); void chain_reply(struct smb_request *req); bool req_is_in_chain(struct smb_request *req); -void smbd_process(struct smbd_server_connection *sconn); +void smbd_process(struct tevent_context *ev_ctx, + struct smbd_server_connection *sconn); bool fork_echo_handler(struct smbd_server_connection *sconn); /* The following definitions come from smbd/quotas.c */ -- cgit