summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index c40633eb06..6b0994687c 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -215,11 +215,11 @@ struct smbsrv_connection {
/* the context associated with open tree connects on a smb socket */
struct {
+ /* list of open tree connects */
struct smbsrv_tcon *tcons;
- /* number of open connections */
- struct bitmap *bmap;
- int num_open;
+ /* an id tree used to allocate tids */
+ void *idtree_tid;
} tree;
/* the context associated with open files on an smb socket */