tls: refactor for tls async event handling
[vpp.git] / src / vnet / tls / tls.h
index 31572e8..15d06db 100644 (file)
@@ -79,6 +79,7 @@ typedef struct tls_ctx_
   u8 app_closed;
   u8 no_app_session;
   u8 *srv_hostname;
+  u32 evt_index;
   u32 ckpair_index;
 } tls_ctx_t;