X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Fvirtio%2Fvhost_user.h;h=7ebea9336af4ba07f7ff3c75d271ffe6f3660b8e;hb=61b8ba69f7a9540ed00576504528ce439f0286f5;hp=7dadfed23340b02efefa4cb9ec5291a33f59e6d2;hpb=0471cdbd3fe04a88a8b70b5f0eff0c378e19abf7;p=vpp.git diff --git a/src/vnet/devices/virtio/vhost_user.h b/src/vnet/devices/virtio/vhost_user.h index 7dadfed2334..7ebea9336af 100644 --- a/src/vnet/devices/virtio/vhost_user.h +++ b/src/vnet/devices/virtio/vhost_user.h @@ -237,6 +237,9 @@ typedef struct vring_desc_t *desc; vring_avail_t *avail; vring_used_t *used; + uword desc_user_addr; + uword used_user_addr; + uword avail_user_addr; f64 int_deadline; u8 started; u8 enabled;