summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/smbd.h')
-rw-r--r--source3/smbd/smbd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h
index f0eb601d8c..0b7be09d01 100644
--- a/source3/smbd/smbd.h
+++ b/source3/smbd/smbd.h
@@ -24,4 +24,13 @@
#include "smbd/proto.h"
#include "locking/proto.h"
+/*
+ * Pathnames used if request done
+ * under privilege.
+ */
+struct privilege_paths {
+ struct smb_filename parent_name;
+ struct smb_filename file_name;
+};
+
#endif /* _SMBD_SMBD_H */