summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-08-09 11:07:38 +0200
committerRalph Boehme <slow@samba.org>2016-08-12 17:15:20 +0200
commite3523c8d46989ce078b31e212e44952db600ec5e (patch)
tree509f2d78ba925bbbb3c992c684dbea1cd63628ad /source3/modules/nfs4_acls.h
parent02882b44df9653ac1378bc1d7e279f03b370477c (diff)
downloadsamba-e3523c8d46989ce078b31e212e44952db600ec5e.tar.gz
nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4
Pure placeholder right now, this will allow vfs modules to load the params in advance Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/modules/nfs4_acls.h')
-rw-r--r--source3/modules/nfs4_acls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h
index e6e07bfe514..4236495a78c 100644
--- a/source3/modules/nfs4_acls.h
+++ b/source3/modules/nfs4_acls.h
@@ -151,6 +151,7 @@ typedef bool (*set_nfs4acl_native_fn_t)(vfs_handle_struct *handle,
struct SMB4ACL_T *);
NTSTATUS smb_set_nt_acl_nfs4(vfs_handle_struct *handle, files_struct *fsp,
+ const struct smbacl4_vfs_params *pparams,
uint32_t security_info_sent,
const struct security_descriptor *psd,
set_nfs4acl_native_fn_t set_nfs4_native);