Update emacs plugin generator skeleton
[vpp.git] / build-root / emacs-lisp / plugin-main-skel.el
index 4724069..90b9894 100644 (file)
@@ -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;