api: provide api definition over api
[vpp.git] / src / vlibapi / api_common.h
index 35d3b2a..62a8d4c 100644 (file)
@@ -354,6 +354,8 @@ typedef struct api_main_t
 
   /** client message index hash table */
   uword *msg_index_by_name_and_crc;
+  /** plugin JSON representation vector table */
+  u8 **json_api_repr;
 
   /** api version list */
   api_version_t *api_version_list;