summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_base.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-15 10:57:22 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-15 10:57:22 +1000
commitca3257b286ed2e1b87a7d56ba290d01cd2078023 (patch)
tree761e335ca0549d8bb88da8b63d7510d1198a364b /source4/ntvfs/ntvfs_base.c
parent8113bb07a8eaee2bce1290bff1f06856bc7c76e6 (diff)
downloadsamba-ca3257b286ed2e1b87a7d56ba290d01cd2078023.tar.gz
samba-ca3257b286ed2e1b87a7d56ba290d01cd2078023.tar.bz2
samba-ca3257b286ed2e1b87a7d56ba290d01cd2078023.zip
started new vfs_smb2 module
This new module is based on the vfs_cifs module. The idea is to create a backend which maps SMB requests to a SMB2 server. This will allow existing test suites for SMB to be run against our SMB2 client and server code. It will also help validate our SMB2 client library, probably leading to some API changes to make it flexible enough (This used to be commit 6ea8295a64ff5425def11b0d1cd988ef000320be)
Diffstat (limited to 'source4/ntvfs/ntvfs_base.c')
-rw-r--r--source4/ntvfs/ntvfs_base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c
index 3706cd172c..6de13e4a0a 100644
--- a/source4/ntvfs/ntvfs_base.c
+++ b/source4/ntvfs/ntvfs_base.c
@@ -205,6 +205,7 @@ NTSTATUS ntvfs_init(struct loadparm_context *lp_ctx)
static bool initialized = false;
extern NTSTATUS ntvfs_posix_init(void);
extern NTSTATUS ntvfs_cifs_init(void);
+ extern NTSTATUS ntvfs_smb2_init(void);
extern NTSTATUS ntvfs_nbench_init(void);
extern NTSTATUS ntvfs_unixuid_init(void);
extern NTSTATUS ntvfs_ipc_init(void);