s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_connection
commitf6b6e963f65c39a0b34b5d23919c0c50e3e81168
authorStefan Metzmacher <metze@samba.org>
Sat, 3 Mar 2012 04:43:31 +0000 (3 05:43 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 6 Mar 2012 20:26:05 +0000 (6 21:26 +0100)
tree723f3ce852a5b5d6eb110db958a6660eb27239ce
parent6ce72a01abfcffd19313b50e15976582ae84c61c
s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_connection

The plan is to have connection_struct as some kind of low level
abstraction for a smb1/smb2 tree connects, that can be used by SMB_VFS modules.

metze
source3/smbd/conn.c
source3/smbd/conn_idle.c
source3/smbd/globals.h
source3/smbd/msdfs.c
source3/smbd/smb2_tcon.c