diff options
Diffstat (limited to 'source4/include/ntvfs.h')
-rw-r--r-- | source4/include/ntvfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/ntvfs.h b/source4/include/ntvfs.h index 2b1f519b32..b972a4ef99 100644 --- a/source4/include/ntvfs.h +++ b/source4/include/ntvfs.h @@ -32,6 +32,9 @@ enum ntvfs_type {NTVFS_DISK, NTVFS_PRINT, NTVFS_IPC}; /* the ntvfs operations structure - contains function pointers to the backend implementations of each operation */ struct ntvfs_ops { + const char *name; + enum ntvfs_type type; + /* initial setup */ NTSTATUS (*connect)(struct request_context *req, const char *sharename); NTSTATUS (*disconnect)(struct tcon_context *conn); |