X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibapi%2Fapi_common.h;h=62a8d4c62d89dd25f3110516dc6f4f63366d85ad;hb=ac0babd412e3b5282136a5c5c5be2c4cc4be6895;hp=35d3b2a110e9723a442736b36b7c73da5008b312;hpb=f34b6800de78d99192dc5757a4845e2668749c40;p=vpp.git diff --git a/src/vlibapi/api_common.h b/src/vlibapi/api_common.h index 35d3b2a110e..62a8d4c62d8 100644 --- a/src/vlibapi/api_common.h +++ b/src/vlibapi/api_common.h @@ -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;