X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_private.h;h=9dce51821937264f0ef397f307a92354745ee98a;hb=34a3a08d993cbbb3846b83b69b5338d452463e15;hp=34098ac44f163015af557b540b2d77169d0fe9af;hpb=33331edd3ab8c2c2109203be7568587664f08abc;p=vpp.git diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index 34098ac44f1..9dce5182193 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h @@ -557,6 +557,11 @@ void vppcom_send_bind_sock (vcl_session_t * session); void vppcom_send_unbind_sock (u64 vpp_handle); void vppcom_api_hookup (void); void vppcom_send_accept_session_reply (u64 vpp_handle, u32 context, int rv); +void vppcom_send_application_tls_cert_add (vcl_session_t * session, + char *cert, u32 cert_len); +void +vppcom_send_application_tls_key_add (vcl_session_t * session, char *key, + u32 key_len); void vcl_send_app_worker_add_del (u8 is_add); void vcl_send_child_worker_del (vcl_worker_t * wrk);