api: multiple connections per process

Type: feature

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I2272521d6e69edcd385ef684af6dd4eea5eaa953
This commit is contained in:
Dave Barach
2019-11-27 11:42:13 -05:00
committed by Florin Coras
parent 6b3f25caff
commit 39d69112fc
80 changed files with 236 additions and 202 deletions

View File

@@ -713,7 +713,7 @@ nsh_api_init (vlib_main_t * vm, nsh_main_t * nm)
error = nsh_plugin_api_hookup (vm);
/* Add our API messages to the global name_crc hash table */
setup_message_id_table (nm, &api_main);
setup_message_id_table (nm, vlibapi_get_main ());
vec_free (name);