diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-27 12:08:46 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-27 12:08:46 +0000 |
commit | 11db21cc1c00d63c6b23ec6b3a3bdb48728b2b64 (patch) | |
tree | 5b01c27120ecdfd8a78fa1733c55fe6ecac685c7 /source3/include/vfs.h | |
parent | e6df31f14b3fa0a8819b8dfe443eaea009ac9657 (diff) | |
download | samba-11db21cc1c00d63c6b23ec6b3a3bdb48728b2b64.tar.gz samba-11db21cc1c00d63c6b23ec6b3a3bdb48728b2b64.tar.bz2 samba-11db21cc1c00d63c6b23ec6b3a3bdb48728b2b64.zip |
Use the new modules system in VFS. If a module can't be loaded with the
new modules system, we still fall back to the old system.
(This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r-- | source3/include/vfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 9a06764371..756e417814 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -48,7 +48,7 @@ #define SMB_VFS_INTERFACE_VERSION 5 -/* Version of supported cascaded interface backward copmatibility. +/* Version of supported cascaded interface backward compatibility. (version 5 corresponds to SMB_VFS_INTERFACE_VERSION 5) It is used in vfs_init_custom() to detect VFS modules which conform to cascaded VFS interface but implement elder version than current version of Samba uses. @@ -77,7 +77,7 @@ is unloaded from smbd process using sys_dlclose(). Prototypes: - vfs_op_tuple *vfs_init(int *vfs_version, const struct vfs_ops *def_vfs_ops, + vfs_op_tuple *vfs_init(const struct vfs_ops *def_vfs_ops, struct smb_vfs_handle_struct *vfs_handle); void vfs_done(connection_struct *conn); |