mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r11781: rename tree to tcons to match the sessions substructure of smbsrv_connection
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c0288aa8cd
commit
acd3e644e0
@@ -222,12 +222,12 @@ struct smbsrv_connection {
|
||||
|
||||
/* the context associated with open tree connects on a smb socket */
|
||||
struct {
|
||||
/* list of open tree connects */
|
||||
struct smbsrv_tcon *tcons;
|
||||
|
||||
/* an id tree used to allocate tids */
|
||||
struct idr_context *idtree_tid;
|
||||
} tree;
|
||||
|
||||
/* list of open tree connects */
|
||||
struct smbsrv_tcon *list;
|
||||
} tcons;
|
||||
|
||||
/* context associated with currently valid session setups */
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user