Update emacs plugin generator skeleton
Generated code compiles with the new build scheme, works, etc. Change-Id: I147aa5fa580a71ef25615b02277870867e475042 Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:

committed by
Florin Coras

parent
5e6b9580f2
commit
605c636782
@ -258,6 +258,9 @@ static clib_error_t * " plugin-name "_init (vlib_main_t * vm)
|
||||
|
||||
error = " plugin-name "_plugin_api_hookup (vm);
|
||||
|
||||
/* Add our API messages to the global name_crc hash table */
|
||||
setup_message_id_table (sm, &api_main);
|
||||
|
||||
vec_free(name);
|
||||
|
||||
return error;
|
||||
|
Reference in New Issue
Block a user