summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r--source3/include/vfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 3624311c30..3696178a75 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -33,6 +33,14 @@
* structs in the vfs - then anyone writing a vfs must include includes.h...
*/
+/*
+ * This next constant specifies the version number of the VFS interface
+ * this smbd will load. Increment this if *ANY* changes are made to the
+ * vfs_ops below. JRA.
+ */
+
+#define SMB_VFS_INTERFACE_VERSION 1
+
/* VFS operations structure */
struct connection_struct;