]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/main.h
vhost: rename device id variable
[dpdk.git] / examples / vhost / main.h
index 11d121bc785f50c34449193be48282efc7adcdeb..e99c4367c6578df2337b8ef8bed6256f88693a4b 100644 (file)
@@ -66,7 +66,7 @@ struct vhost_dev {
        /**< Device is marked for removal from the data core. */
        volatile uint8_t remove;
 
-       int device_fh;
+       int vid;
        struct device_statistics stats;
        TAILQ_ENTRY(vhost_dev) global_vdev_entry;
        TAILQ_ENTRY(vhost_dev) lcore_vdev_entry;