summaryrefslogtreecommitdiffstats
path: root/vhost_user_blk.h
diff options
context:
space:
mode:
authorTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>2022-11-25 13:39:49 +0100
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-03 15:18:54 +0300
commite6d6621bced8b62dc9f98a09870b527535cbb158 (patch)
treea0779840e12602ad199e4ee45a7976e89e39b129 /vhost_user_blk.h
parenta3fcee5911bf760f9f4522e94cb9e6ab22a7eb95 (diff)
Virtio-loopback-adapter Beta version:
- Build a single virtio-loopback-adapter binary - Mmap the vrings with dynamic defined size - Add set_mem_table mechanism (Not used into this release) Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_blk.h')
-rw-r--r--vhost_user_blk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vhost_user_blk.h b/vhost_user_blk.h
index ddb21fe..33e140a 100644
--- a/vhost_user_blk.h
+++ b/vhost_user_blk.h
@@ -46,6 +46,7 @@ struct VHostUserBlk {
uint16_t num_queues;
uint32_t queue_size;
/* uint32_t config_wce; //We will need it for the next release */
+ uint32_t config_wce;
struct vhost_inflight *inflight;
struct vhost_virtqueue *vhost_vqs;
struct virtio_blk_config blkcfg;