diff options
author | Jeremy Allison <jra@samba.org> | 2003-08-14 21:16:06 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-08-14 21:16:06 +0000 |
commit | 4e8b36a5749f4801022617b8fec1fe5d48529fef (patch) | |
tree | 8075e7b7c5ca55b0ae5e82fe9fc9de9b551763fb /source3/include/smb.h | |
parent | 11777e6a3085a996ab2c5fa3db34d8834401c24e (diff) | |
download | samba-4e8b36a5749f4801022617b8fec1fe5d48529fef.tar.gz samba-4e8b36a5749f4801022617b8fec1fe5d48529fef.tar.bz2 samba-4e8b36a5749f4801022617b8fec1fe5d48529fef.zip |
Fix SMBseek and get/set position information SMBs. Works against
Samba4 tester. You will need a make clean; make all after this !
Jeremy.
(This used to be commit 10d90171ed58bee3e5ab6476341059b585034134)
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 deeb61034d..2cafd1b9b1 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -390,6 +390,7 @@ typedef struct files_struct SMB_OFF_T pos; SMB_BIG_UINT size; SMB_BIG_UINT initial_allocation_size; /* Faked up initial allocation on disk. */ + SMB_BIG_UINT position_information; mode_t mode; uint16 vuid; write_bmpx_struct *wbmpx_ptr; |