From 7bd1fd776fe6f6543da0c67830c26b67ff9d2dd3 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 20 Nov 2019 17:34:58 +0100 Subject: quic: Remove qctx opening pool Type: fix We don't need the pool anymore as we store the ctx index in the underlying UDP session opaque Change-Id: Iec9be9c84a1f929d94b084176a143d304b0acb83 Signed-off-by: Nathan Skrzypczak --- src/plugins/quic/quic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/quic/quic.h') diff --git a/src/plugins/quic/quic.h b/src/plugins/quic/quic.h index 004e35b7d15..35b51a502bc 100644 --- a/src/plugins/quic/quic.h +++ b/src/plugins/quic/quic.h @@ -161,7 +161,6 @@ typedef struct quic_worker_ctx_ CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); int64_t time_now; /**< worker time */ tw_timer_wheel_1t_3w_1024sl_ov_t timer_wheel; /**< worker timer wheel */ - u32 *opening_ctx_pool; } quic_worker_ctx_t; typedef struct quic_rx_packet_ctx_ -- cgit 1.2.3-korg