New upstream version 16.11.5
[deb_dpdk.git] / lib / librte_vhost / vhost.h
index d97df1d..9f60ff8 100644 (file)
@@ -91,6 +91,8 @@ struct vhost_virtqueue {
 
        /* Backend value to determine if device should started/stopped */
        int                     backend;
+       rte_spinlock_t          access_lock;
+
        /* Used to notify the guest (trigger interrupt) */
        int                     callfd;
        /* Currently unused as polling mode is enabled */