diff options
author | Florin Coras <fcoras@cisco.com> | 2020-04-16 18:47:27 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-04-17 12:05:39 +0000 |
commit | ce815deb72fd3941b000aecec931131afc9d6c34 (patch) | |
tree | 15c9491e6b84e2d793180a25beaca4c680a77679 /src/vcl/vcl_cfg.c | |
parent | 6f5b72ec0189377951b39a2ae2e4749951ec6730 (diff) |
vcl: fix app destroy
Type: fix
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I21daa87b1a301142270a1bf20680dd9e9395aac9
Diffstat (limited to 'src/vcl/vcl_cfg.c')
-rw-r--r-- | src/vcl/vcl_cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcl/vcl_cfg.c b/src/vcl/vcl_cfg.c index 2e180f4be9a..2ae940170b7 100644 --- a/src/vcl/vcl_cfg.c +++ b/src/vcl/vcl_cfg.c @@ -19,7 +19,7 @@ * Do not access it directly -- use vcm which will point to * the heap allocated copy after init. */ -static vppcom_main_t _vppcom_main = { +vppcom_main_t _vppcom_main = { .debug = VPPCOM_DEBUG_INIT, .is_init = 0, .app_index = ~0, |