summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-07-04 18:35:21 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-05 13:28:08 +0200
commit720fa46f9443ccbe471b265f1c2b9cb9782a3c26 (patch)
tree8bf810cd262bdf2b1b207f339a690dfed271b363 /source3/include
parent1c022d2e414607633323e65abbc63bb3aeaaa6a4 (diff)
downloadsamba-720fa46f9443ccbe471b265f1c2b9cb9782a3c26.tar.gz
samba-720fa46f9443ccbe471b265f1c2b9cb9782a3c26.tar.bz2
samba-720fa46f9443ccbe471b265f1c2b9cb9782a3c26.zip
s3: Calculate&store the maximum share access mask
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-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 a72e9ad29a..4319a1056d 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -402,6 +402,7 @@ typedef struct connection_struct {
bool printer;
bool ipc;
bool read_only; /* Attributes for the current user of the share. */
+ uint32_t share_access;
/* Does this filesystem honor
sub second timestamps on files
and directories when setting time ? */