From b21fd4b7e09455f199495e7160d5537195e36046 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Wed, 22 Sep 2021 20:03:28 +0000 Subject: tap: move the api msg_id_base to tap_main_t Type: fix Signed-off-by: Mohsin Kazmi Change-Id: Ia4065550a7ad1109e3a2592ef2c21b5e23fa85b5 --- src/vnet/devices/tap/tap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/devices/tap/tap.h') diff --git a/src/vnet/devices/tap/tap.h b/src/vnet/devices/tap/tap.h index 2efaa511a49..d89809862c0 100644 --- a/src/vnet/devices/tap/tap.h +++ b/src/vnet/devices/tap/tap.h @@ -98,8 +98,10 @@ typedef struct /* host mtu size, configurable through startup.conf */ int host_mtu_size; + u16 msg_id_base; } tap_main_t; +extern tap_main_t tap_main; void tap_create_if (vlib_main_t * vm, tap_create_if_args_t * args); int tap_delete_if (vlib_main_t * vm, u32 sw_if_index); int tap_gso_enable_disable (vlib_main_t * vm, u32 sw_if_index, -- cgit 1.2.3-korg