From 9982da4e9ee4f920c51af694ca813a69979e58e8 Mon Sep 17 00:00:00 2001 From: Michele Paolino Date: Fri, 31 May 2024 15:22:05 +0000 Subject: New adapter version: code refactoring Small code refactoring and optimizations v2: with copyright fixes Bug-AGL: SPEC-4834 Change-Id: Icaee8121f367b21bbdb874a3bc5fc327c5a1ded1 Signed-off-by: Michele Paolino --- vhost_user_rng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhost_user_rng.h') diff --git a/vhost_user_rng.h b/vhost_user_rng.h index 69b5916..4627c50 100644 --- a/vhost_user_rng.h +++ b/vhost_user_rng.h @@ -39,6 +39,6 @@ typedef struct VHostUserRNG { bool connected; } VHostUserRNG; -void vhost_user_rng_realize(void); +void vhost_user_rng_realize(int queue_num, int queue_size); #endif /* VHOST_USER_RNG */ -- cgit