summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-08-08 18:39:56 +0200
committerAndreas Schneider <asn@samba.org>2011-08-09 10:41:47 +0200
commitdd3a92795908e8e9e5456f985e17313b2a59a8cc (patch)
treee896e63c23289fcd7bc74ef90234edd4f180ab2f /source3/smbd/proto.h
parentbc3fae70a27ced752844513996f29d0116a20079 (diff)
downloadsamba-dd3a92795908e8e9e5456f985e17313b2a59a8cc.tar.gz
samba-dd3a92795908e8e9e5456f985e17313b2a59a8cc.tar.bz2
samba-dd3a92795908e8e9e5456f985e17313b2a59a8cc.zip
s3-smbd: Pass tevent context to smbd_server_connection_loop_once().
Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h3
1 files changed, 2 insertions, 1 deletions
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 */