summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-24 13:46:11 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-24 20:07:20 +0200
commitb5e9ece1f3936d2221480169713042019e34a276 (patch)
tree5328a588f2d4b08281d3eb1f48ed9b351bf61eb5 /source3/smbd/proto.h
parent288a75d8dc4b17c92da22e0e04f622c593bd5df7 (diff)
downloadsamba-b5e9ece1f3936d2221480169713042019e34a276.tar.gz
samba-b5e9ece1f3936d2221480169713042019e34a276.tar.bz2
samba-b5e9ece1f3936d2221480169713042019e34a276.zip
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 <metze@samba.org> Autobuild-Date: Thu May 24 20:07:20 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 3 insertions, 1 deletions
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 */