summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 3f74de4b63..46cc38c1f8 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -100,8 +100,6 @@ struct pvfs_file_handle {
DATA_BLOB locking_key;
uint32_t create_options;
- uint32_t share_access;
- uint32_t access_mask;
/* this is set by the mode_information level. What does it do? */
uint32_t mode;
@@ -124,6 +122,10 @@ struct pvfs_file {
struct pvfs_state *pvfs;
+ uint32_t impersonation;
+ uint32_t share_access;
+ uint32_t access_mask;
+
/* we need to remember the session it was opened on,
as it is illegal to operate on someone elses fnum */
struct smbsrv_session *session;