X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_bapi.c;fp=src%2Fvcl%2Fvcl_bapi.c;h=bb2b94f04d8d7182f1ce0022247497db5a51dab4;hb=9b7e8acf792cced80e6775bc5668d9db415cdb46;hp=724409897279d7e87176a6b5921730f5bfdf573d;hpb=755042dec0fcc733d456adc2a74042c529eff039;p=vpp.git diff --git a/src/vcl/vcl_bapi.c b/src/vcl/vcl_bapi.c index 72440989727..bb2b94f04d8 100644 --- a/src/vcl/vcl_bapi.c +++ b/src/vcl/vcl_bapi.c @@ -276,6 +276,10 @@ vl_api_app_del_cert_key_pair_reply_t_handler ( #include #undef vl_endianfun +#define vl_calcsizefun +#include +#undef vl_calcsizefun + /* instantiate all the print functions we know about */ #define vl_printfun #include @@ -303,7 +307,8 @@ vcl_bapi_hookup (void) REPLY_MSG_ID_BASE + VL_API_##N, #n, vl_api_##n##_t_handler, \ vl_noop_handler, vl_api_##n##_t_endian, vl_api_##n##_t_print, \ sizeof (vl_api_##n##_t), 1, vl_api_##n##_t_print_json, \ - vl_api_##n##_t_tojson, vl_api_##n##_t_fromjson); + vl_api_##n##_t_tojson, vl_api_##n##_t_fromjson, \ + vl_api_##n##_t_calc_size); foreach_sock_msg; #undef _ }