summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 09:51:02 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:37 +0200
commitce414977694f72a70b86517b4991ff3bb9711915 (patch)
tree7042743e31f57fcd8d7ec1f1f1115329ae45281a /source3/smbd/smbd.h
parent659f3e681ee089be529f36cc6ba13f0e8e8fc649 (diff)
downloadsamba-ce414977694f72a70b86517b4991ff3bb9711915.tar.gz
samba-ce414977694f72a70b86517b4991ff3bb9711915.tar.bz2
samba-ce414977694f72a70b86517b4991ff3bb9711915.zip
s3:smbd: move struct privilege_paths to smbd.h
metze
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 */