diff options
author | Florin Coras <fcoras@cisco.com> | 2018-11-20 11:31:26 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-11-21 09:05:45 +0000 |
commit | c1f5a4336036e3f2d1f6746f39ce610312254272 (patch) | |
tree | 297539f8c961c071fe2450fa17859579e07eb7d3 /src/vcl/vcl_cfg.c | |
parent | e9cebdf4c12adf7962ab2a2053789c93d70c33d3 (diff) |
session: cleanup use of api_client_index
Change-Id: I8a680be62ab91d2ccb144641981a635506973a49
Signed-off-by: Florin Coras <fcoras@cisco.com>
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 3e92941d720..402bb91315f 100644 --- a/src/vcl/vcl_cfg.c +++ b/src/vcl/vcl_cfg.c @@ -22,7 +22,7 @@ static vppcom_main_t _vppcom_main = { .debug = VPPCOM_DEBUG_INIT, .is_init = 0, - .main_api_client_index = ~0, + .app_index = ~0, .my_client_index = ~0 }; |