X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_private.h;h=51bdd65a1028de55f8b47e102ec6cb1bbc8ed11c;hb=cc7c88e529eb3a2ca0934f27eb048c8ca3788f95;hp=bbcc3fabedb375a10b39809eceeb239c223c6da3;hpb=8b0cd69d31a50e7f4a454d45e903c6cdaf23fbfe;p=vpp.git diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index bbcc3fabedb..51bdd65a102 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -252,8 +252,11 @@ typedef struct vcl_worker_ /** Worker index in vpp*/ u32 vpp_wrk_index; - /** VPP bapi client handle */ - u32 bapi_client_index; + /** + * Generic api client handle. When binary api is in used, it stores + * the "client_index" and when socket api is use, it stores the sapi + * client handle */ + u32 api_client_handle; /** VPP binary api input queue */ svm_queue_t *vl_input_queue;