summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-19 07:08:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:01:54 -0500
commitb2b8282b8cc1774ac9cbef9a31ac23705ca45ac2 (patch)
tree3cb1f5babb9b0f16c9294b80aa939df6539e5deb /source4/smb_server/smb_server.h
parentcf1b85348a0fc5bf4788291109c9dca9e95eb9c2 (diff)
downloadsamba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.gz
samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.bz2
samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.zip
r3057: - moved the idtree.c code into lib/
- converted the tid handling to use a idtree instead of bitmaps (This used to be commit 4220914179d10132057216650b65ed7f7679717e)
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 */