Revision 99519f0a fsdev/qemu-fsdev.h

b/fsdev/qemu-fsdev.h
34 34
    FileOperations *ops;
35 35
} FsDriverTable;
36 36

  
37
/*
38
 * Structure to store the various fsdev's passed through command line.
39
 */
40
typedef struct FsDriverEntry {
41
    char *fsdev_id;
42
    char *path;
43
    int export_flags;
44
    FileOperations *ops;
45
} FsDriverEntry;
46

  
47 37
typedef struct FsDriverListEntry {
48 38
    FsDriverEntry fse;
49 39
    QTAILQ_ENTRY(FsDriverListEntry) next;

Also available in: Unified diff