diff options
author | Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> | 2022-12-16 11:34:51 +0100 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-03 15:18:54 +0300 |
commit | 9a58d030b9d4d7db297ed0b5d716580526058f78 (patch) | |
tree | a90e3aed2a49808a8ca7647a935da4a497cb1f73 /vhost_user_blk.h | |
parent | 8b82f2a4574e70ad1667c53a6fa6e896d9cb8d77 (diff) |
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 <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_blk.h')
-rw-r--r-- | vhost_user_blk.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |