X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=aa6356685933002b5d136edbae64343cb306d3b0;hp=baa675c908d9cb866fdff7f5073bc5d56b89f3a1;hb=5d64c786;hpb=28c142e3dedc0b136003f33f67243bf3c1873b71 diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index baa675c908d..aa635668593 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -2154,6 +2154,16 @@ static void *vl_api_show_version_t_print FINISH; } +static void *vl_api_show_threads_t_print + (vl_api_show_threads_t * mp, void *handle) +{ + u8 *s; + + s = format (0, "SCRIPT: show_threads "); + + FINISH; +} + static void *vl_api_vxlan_gpe_add_del_tunnel_t_print (vl_api_vxlan_gpe_add_del_tunnel_t * mp, void *handle) {