From 9a58d030b9d4d7db297ed0b5d716580526058f78 Mon Sep 17 00:00:00 2001 From: Timos Ampelikiotis Date: Fri, 16 Dec 2022 11:34:51 +0100 Subject: Virtio-loopback-adapter Delta release: - Add queue num and size in the arguments - Stop creating user-space threads for its virtio-loopback notification Signed-off-by: Timos Ampelikiotis --- vhost_user_blk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vhost_user_blk.h') diff --git a/vhost_user_blk.h b/vhost_user_blk.h index 33e140a..3b09f75 100644 --- a/vhost_user_blk.h +++ b/vhost_user_blk.h @@ -54,7 +54,6 @@ struct VHostUserBlk { bool started_vu; }; - -void vhost_user_blk_realize(void); +void vhost_user_blk_realize(int queue_num, int queue_size); #endif /* VHOST_USER_BLK */ -- cgit