]> Git Repo - qemu.git/blobdiff - fsdev/qemu-fsdev.h
usb-redir: Fix crash on migration with no client connected
[qemu.git] / fsdev / qemu-fsdev.h
index 69baafc0a03d0b6d55b9d3ae195b1341d2018d6c..9fa45bf5107c4e85d3b804d73c15fde1d938b6ce 100644 (file)
@@ -12,7 +12,7 @@
  */
 #ifndef QEMU_FSDEV_H
 #define QEMU_FSDEV_H
-#include "qemu-option.h"
+#include "qemu/option.h"
 #include "file-op-9p.h"
 
 
@@ -34,17 +34,6 @@ typedef struct FsDriverTable {
     FileOperations *ops;
 } FsDriverTable;
 
-/*
- * Structure to store the various fsdev's passed through command line.
- */
-typedef struct FsDriverEntry {
-    char *fsdev_id;
-    char *path;
-    char *security_model;
-    int export_flags;
-    FileOperations *ops;
-} FsDriverEntry;
-
 typedef struct FsDriverListEntry {
     FsDriverEntry fse;
     QTAILQ_ENTRY(FsDriverListEntry) next;
@@ -54,4 +43,6 @@ int qemu_fsdev_add(QemuOpts *opts);
 FsDriverEntry *get_fsdev_fsentry(char *id);
 extern FileOperations local_ops;
 extern FileOperations handle_ops;
+extern FileOperations synth_ops;
+extern FileOperations proxy_ops;
 #endif
This page took 0.023945 seconds and 4 git commands to generate.