summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-04 14:37:45 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:40 +0200
commitdefebd9e492b19fc91cfd1a07fa5554e1a636482 (patch)
tree19cdee0885acac7186267c96e67aecd34914d85d /source3/include/vfs.h
parent36c7016cc06d8e8e45ffc4212ae4ed1f5706c6b0 (diff)
downloadsamba-defebd9e492b19fc91cfd1a07fa5554e1a636482.tar.gz
samba-defebd9e492b19fc91cfd1a07fa5554e1a636482.tar.bz2
samba-defebd9e492b19fc91cfd1a07fa5554e1a636482.zip
s3:includes: change vuid_cache_entry->vuid to uint64_t
metze
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r--source3/include/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 7ce364a51b..c565806116 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -251,7 +251,7 @@ typedef struct files_struct {
struct vuid_cache_entry {
struct auth_session_info *session_info;
- uint16_t vuid;
+ uint64_t vuid; /* SMB2 compat */
bool read_only;
};