summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-27 02:29:36 +0200
committerVolker Lendecke <vl@samba.org>2010-09-28 07:36:15 +0200
commit5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f (patch)
treecacb805a543d16ff4d5a5cf2e133d0f3b88e340b /source3/smbd/globals.h
parentf83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18 (diff)
downloadsamba-5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f.tar.gz
samba-5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f.tar.bz2
samba-5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f.zip
s3: Move "Files" to smbd_server_connection
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index f4fb4f0b40..46c08222da 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -38,7 +38,6 @@ extern unsigned int allocated_write_caches;
extern int real_max_open_files;
extern struct bitmap *file_bmap;
-extern files_struct *Files;
extern int files_used;
/* A singleton cache to speed up searching by dev/inode. */
struct fsp_singleton_cache {
@@ -463,6 +462,7 @@ struct smbd_server_connection {
} nbt;
bool using_smb2;
int trans_num;
+ struct files_struct *files;
struct {
struct fd_event *fde;