src/server/public/vfs.h

branch
aio
changeset 165
6942a8c3e737
parent 66
74babc0082b7
child 172
5580517faafc
--- a/src/server/public/vfs.h	Wed Jan 25 19:19:47 2017 +0100
+++ b/src/server/public/vfs.h	Sat Jan 28 19:42:22 2017 +0100
@@ -36,6 +36,8 @@
 extern "C" {
 #endif
 
+#define VFS_CHECKS_ACL 0x0001  
+    
 typedef struct VFS_IO     VFS_IO;
 typedef struct VFS_DIRIO  VFS_DIRIO;
 typedef struct VFSFile    VFSFile;
@@ -52,6 +54,7 @@
     VFS_DIR (*opendir)(VFSContext *ctx, char *path);
     int (*mkdir)(VFSContext *ctx, char *path);
     int (*unlink)(VFSContext *ctx, char *path);
+    uint32_t flags;
 };
 
 struct VFSContext {

mercurial