diff options
Diffstat (limited to 'vhost_user_rng.h')
-rw-r--r-- | vhost_user_rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |