]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/file-op-9p.h
block: Declare blockdev-add and blockdev-del supported
[mirror_qemu.git] / fsdev / file-op-9p.h
index a56dc8488dfceea250014ee6fd9b20733606166b..0844a403dcd40e03dc9a8ccb2201cb3f6e380106 100644 (file)
@@ -17,6 +17,7 @@
 #include <dirent.h>
 #include <utime.h>
 #include <sys/vfs.h>
+#include "qemu-fsdev-throttle.h"
 
 #define SM_LOCAL_MODE_BITS    0600
 #define SM_LOCAL_DIR_MODE_BITS    0700
@@ -74,6 +75,7 @@ typedef struct FsDriverEntry {
     char *path;
     int export_flags;
     FileOperations *ops;
+    FsThrottle fst;
 } FsDriverEntry;
 
 typedef struct FsContext
@@ -83,6 +85,7 @@ typedef struct FsContext
     int export_flags;
     struct xattr_operations **xops;
     struct extended_ops exops;
+    FsThrottle *fst;
     /* fs driver specific data */
     void *private;
 } FsContext;