]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/qemu-fsdev-throttle.h
9p: darwin: meson: Allow VirtFS on Darwin
[mirror_qemu.git] / fsdev / qemu-fsdev-throttle.h
index c98e2feab553e3f5dac794ab21a7da6b8fffd7c9..a21aecddc73406d50d18c31abc2b9887281adb5a 100644 (file)
@@ -26,7 +26,7 @@ typedef struct FsThrottle {
     CoQueue      throttled_reqs[2];
 } FsThrottle;
 
-void fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
+int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
 
 void fsdev_throttle_init(FsThrottle *);