]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/9pfs/virtio-9p.h
hw/9pfs: Update v9fs_lcreate to use coroutines
[mirror_qemu.git] / hw / 9pfs / virtio-9p.h
index edf34134ba127eb20bcc58c6a3110d95a4392bcb..97ceb7228a9256df9134dd649aa57d1e44047fcf 100644 (file)
@@ -236,17 +236,6 @@ typedef struct V9fsCreateState {
     int iounit;
 } V9fsCreateState;
 
-typedef struct V9fsLcreateState {
-    V9fsPDU *pdu;
-    size_t offset;
-    V9fsFidState *fidp;
-    V9fsQID qid;
-    int32_t iounit;
-    struct stat stbuf;
-    V9fsString name;
-    V9fsString fullname;
-} V9fsLcreateState;
-
 typedef struct V9fsStatState {
     V9fsPDU *pdu;
     size_t offset;