Revision b81d685e hw/9pfs/virtio-9p.h

b/hw/9pfs/virtio-9p.h
295 295
    int cnt;
296 296
} V9fsWriteState;
297 297

  
298
typedef struct V9fsWstatState
299
{
300
    V9fsPDU *pdu;
301
    size_t offset;
302
    int16_t unused;
303
    V9fsStat v9stat;
304
    V9fsFidState *fidp;
305
    struct stat stbuf;
306
} V9fsWstatState;
307

  
308 298
typedef struct V9fsIattr
309 299
{
310 300
    int32_t valid;

Also available in: Unified diff