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_console.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vhost_user_console.h') diff --git a/vhost_user_console.h b/vhost_user_console.h index 93646c8..e0e40e0 100644 --- a/vhost_user_console.h +++ b/vhost_user_console.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Virtual Open Systems SAS. + * Copyright (c) 2023-2024 Virtual Open Systems SAS. * * This work is licensed under the terms of the GNU GPL, version 2 or * (at your option) any later version. See the COPYING file in the @@ -65,6 +65,6 @@ typedef struct VHostUserConsole { VirtQueue *ctrl_tx_vq; } VHostUserConsole; -void vhost_user_console_realize(void); +void vhost_user_console_realize(int queue_num, int queue_size); #endif /* VHOST_USER_CONSOLE */ -- cgit 1.2.3-korg