Add uint32_t share_access to vuid_cache_entry.
[kai/samba.git] / source3 / include / vfs.h
index 7da022ef374d006aaca6e6d06755fee62cd563d6..2bce1b7956addadaaae1c8b07035da260d371fb9 100644 (file)
 /* Bump to version 31 - Samba 4.1.0 will ship with interface version 31 */
 /* Leave at 31 - not yet released. Make struct vuid_cache_entry in
                connection_struct a pointer. */
+/* Leave at 31 - not yet released. Add share_access to vuid_cache_entry. */
 
 #define SMB_VFS_INTERFACE_VERSION 31
 
@@ -279,6 +280,7 @@ struct vuid_cache_entry {
        struct auth_session_info *session_info;
        uint64_t vuid; /* SMB2 compat */
        bool read_only;
+       uint32_t share_access;
 };
 
 struct vuid_cache {