From a4a7bdb3504fe3e0f332170433e1e31f417f64fd Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Fri, 27 Mar 2020 10:15:43 +0100 Subject: [PATCH 04/11] openstack/02b-MAChigh/neighbors.c: expose neighbors_vars --- openstack/02b-MAChigh/neighbors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/02b-MAChigh/neighbors.c b/openstack/02b-MAChigh/neighbors.c index a7de3394..4cfcf146 100644 --- a/openstack/02b-MAChigh/neighbors.c +++ b/openstack/02b-MAChigh/neighbors.c @@ -10,7 +10,7 @@ //=========================== variables ======================================= -static neighbors_vars_t neighbors_vars; +neighbors_vars_t neighbors_vars; //=========================== prototypes ====================================== -- 2.27.0