summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple/svfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/simple/svfs.h')
-rw-r--r--source4/ntvfs/simple/svfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/simple/svfs.h b/source4/ntvfs/simple/svfs.h
index 74e7b6c452..e5ad3b95d9 100644
--- a/source4/ntvfs/simple/svfs.h
+++ b/source4/ntvfs/simple/svfs.h
@@ -1,5 +1,7 @@
struct svfs_private {
+ struct ntvfs_module_context *ntvfs;
+
/* the base directory */
char *connectpath;
@@ -24,6 +26,7 @@ struct svfs_dir {
struct svfs_file {
struct svfs_file *next, *prev;
int fd;
+ struct ntvfs_handle *handle;
char *name;
};