X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost%2Fmain.h;h=0ccdce4b4abef86c336edff5d849978f765d2569;hb=fdadccfa3fb97acf06641a5fa823b05de1cca0bb;hp=7cba0edbff786ea3202644ccab9bfa734349e725;hpb=6d13ea8e8e49ab957deae2bba5ecf4a4bfe747d1;p=dpdk.git diff --git a/examples/vhost/main.h b/examples/vhost/main.h index 7cba0edbff..0ccdce4b4a 100644 --- a/examples/vhost/main.h +++ b/examples/vhost/main.h @@ -21,8 +21,8 @@ enum {VIRTIO_RXQ, VIRTIO_TXQ, VIRTIO_QNUM}; struct device_statistics { uint64_t tx; uint64_t tx_total; - rte_atomic64_t rx_atomic; - rte_atomic64_t rx_total_atomic; + uint64_t rx_atomic; + uint64_t rx_total_atomic; }; struct vhost_queue {