From 720fa46f9443ccbe471b265f1c2b9cb9782a3c26 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 4 Jul 2011 18:35:21 +0200 Subject: s3: Calculate&store the maximum share access mask Signed-off-by: Stefan Metzmacher --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 ? */ -- cgit