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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/simple/svfs.h b/source4/ntvfs/simple/svfs.h
index 98ce6469a2..33b7cb7011 100644
--- a/source4/ntvfs/simple/svfs.h
+++ b/source4/ntvfs/simple/svfs.h
@@ -10,6 +10,8 @@ struct svfs_private {
uint16_t next_search_handle;
struct svfs_file *open_files;
+
+ const struct ntvfs_ops *ops;
};
struct svfs_dir {