summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
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 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;