summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-08-19 01:53:45 +0000
committerJeremy Allison <jra@samba.org>2003-08-19 01:53:45 +0000
commit6d6401a67a9985c8c51175db520114dc2ef421ce (patch)
tree9392728e28dbd5afee4a72d44e23ed1cdffb68c4 /source3/include/smb.h
parentc0236e8ae32af5480b14ac57677dc983e786d3d5 (diff)
downloadsamba-6d6401a67a9985c8c51175db520114dc2ef421ce.tar.gz
samba-6d6401a67a9985c8c51175db520114dc2ef421ce.tar.bz2
samba-6d6401a67a9985c8c51175db520114dc2ef421ce.zip
Implement SMBexit properly. Found by Samba4 tester. You must do a make
clean proto all; after this commit. Jeremy. (This used to be commit 27af1f9feab12542dc538bfceac4593e644ba3b4)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 2cafd1b9b1..61cda9465c 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -392,6 +392,7 @@ typedef struct files_struct
SMB_BIG_UINT initial_allocation_size; /* Faked up initial allocation on disk. */
SMB_BIG_UINT position_information;
mode_t mode;
+ uint16 file_pid;
uint16 vuid;
write_bmpx_struct *wbmpx_ptr;
write_cache *wcp;