X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Ftlspicotls%2Ftls_picotls.h;h=29b279c7a83e674d16befd5ae21dc69feaa78cc1;hb=20399f8f3a27d54f65c4aff92998a2a345a7adab;hp=92f7b0f9ed5f6cf52aad3a73d3a915a3f6c97d23;hpb=3cfed05891ca7791e9d8aa8c5ff584de741819f7;p=vpp.git diff --git a/src/plugins/tlspicotls/tls_picotls.h b/src/plugins/tlspicotls/tls_picotls.h index 92f7b0f9ed5..29b279c7a83 100644 --- a/src/plugins/tlspicotls/tls_picotls.h +++ b/src/plugins/tlspicotls/tls_picotls.h @@ -45,6 +45,8 @@ typedef struct picotls_main_ { picotls_ctx_t ***ctx_pool; picotls_listen_ctx_t *lctx_pool; + ptls_context_t *client_ptls_ctx; + clib_rwlock_t crypto_keys_rw_lock; } picotls_main_t; #endif /* __included_quic_certs_h__ */