summary refs log tree commit diff stats
path: root/include/hw/virtio/vhost-user-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/vhost-user-device.h')
-rw-r--r--include/hw/virtio/vhost-user-device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/virtio/vhost-user-device.h b/include/hw/virtio/vhost-user-device.h
index 9105011e25..3ddf88a146 100644
--- a/include/hw/virtio/vhost-user-device.h
+++ b/include/hw/virtio/vhost-user-device.h
@@ -22,6 +22,7 @@ struct VHostUserBase {
     CharBackend chardev;
     uint16_t virtio_id;
     uint32_t num_vqs;
+    uint32_t config_size;
     /* State tracking */
     VhostUserState vhost_user;
     struct vhost_virtqueue *vhost_vq;