s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel support
authorStefan Metzmacher <metze@samba.org>
Tue, 20 May 2014 17:47:13 +0000 (19:47 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Sep 2014 07:15:11 +0000 (09:15 +0200)
commite23785ae37bae80d3e356e44a00b21a0037c860e
tree6ba9dd2e836270c38b64ef2213b5b0a5874a2003
parentd27ae4a14a1944ea522431a419d45c3036a15eeb
s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel support

This structure is supposed to hold the global state shared between
multiple connections from the same client.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/librpc/idl/smbXsrv.idl
source3/smbd/globals.c
source3/smbd/globals.h
source3/smbd/process.c
source3/smbd/server_exit.c