From edb3a9bca826ddaaf5f3c7ee83f9e474bd2a2e11 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 24 Sep 2018 21:02:13 +0200 Subject: nsim: fix multiple definitions of nsim_node Change-Id: Iedd79eeba35fb7385c03a177f8ac7d3ddfeb6a84 Signed-off-by: Damjan Marion --- src/plugins/nsim/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/nsim/node.c') diff --git a/src/plugins/nsim/node.c b/src/plugins/nsim/node.c index 69dc9be919b..e78e74482ff 100644 --- a/src/plugins/nsim/node.c +++ b/src/plugins/nsim/node.c @@ -45,9 +45,9 @@ format_nsim_trace (u8 * s, va_list * args) return s; } -#endif /* CLIB_MARCH_VARIANT */ vlib_node_registration_t nsim_node; +#endif /* CLIB_MARCH_VARIANT */ #define foreach_nsim_error \ _(BUFFERED, "Packets buffered") \ -- cgit 1.2.3-korg