Revision ef4252b1 net/tap-linux.h

b/net/tap-linux.h
52 52
    uint16_t csum_offset;
53 53
};
54 54

  
55
struct virtio_net_hdr_mrg_rxbuf
56
{
57
    struct virtio_net_hdr hdr;
58
    uint16_t num_buffers;   /* Number of merged rx buffers */
59
};
60

  
55 61
#endif /* QEMU_TAP_H */

Also available in: Unified diff