]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost/main.h
vhost: export device id as the interface to applications
[dpdk.git] / examples / vhost / main.h
index e99c4367c6578df2337b8ef8bed6256f88693a4b..6bb42e8990c3849d72600686dcf1cd19fd3caffb 100644 (file)
@@ -49,8 +49,6 @@ struct device_statistics {
 };
 
 struct vhost_dev {
-       /**< Pointer to device created by vhost lib. */
-       struct virtio_net      *dev;
        /**< Number of memory regions for gpa to hpa translation. */
        uint32_t nregions_hpa;
        /**< Device MAC address (Obtained on first TX packet). */