diff options
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/vfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 3444f62168..13143c2e8d 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -162,8 +162,9 @@ /* Version 32 - Add SMB_VFS_READDIR_ATTR() */ /* Version 32 - Add in and out create context blobs to create_file */ /* Version 32 - Remove unnecessary SMB_VFS_DISK_FREE() small_query parameter */ +/* Bump to version 33 - Samba 4.3 will ship with that. */ -#define SMB_VFS_INTERFACE_VERSION 32 +#define SMB_VFS_INTERFACE_VERSION 33 /* All intercepted VFS operations must be declared as static functions inside module source |
