vhost: export device id as the interface to applications
[dpdk.git] / examples / vhost / main.h
index e99c436..6bb42e8 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). */