diff options
author | Jeremy Allison <jra@samba.org> | 2003-08-19 01:53:45 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-08-19 01:53:45 +0000 |
commit | 6d6401a67a9985c8c51175db520114dc2ef421ce (patch) | |
tree | 9392728e28dbd5afee4a72d44e23ed1cdffb68c4 /source3/include/smb.h | |
parent | c0236e8ae32af5480b14ac57677dc983e786d3d5 (diff) | |
download | samba-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.h | 1 |
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; |