api: multiple connections per process
Type: feature Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I2272521d6e69edcd385ef684af6dd4eea5eaa953
This commit is contained in:

committed by
Florin Coras

parent
6b3f25caff
commit
39d69112fc
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user