replace zero-length arrays with flexible ones
[dpdk.git] / lib / vhost / vhost.h
index 1573d0a..14235aa 100644 (file)
@@ -199,6 +199,7 @@ struct async_inflight_info {
        struct rte_mbuf *mbuf;
        uint16_t descs; /* num of descs inflight */
        uint16_t nr_buffers; /* num of buffers inflight for packed ring */
+       struct virtio_net_hdr nethdr;
 };
 
 struct vhost_async {