aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic/quic.h
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2019-11-20 17:34:58 +0100
committerDave Wallace <dwallacelf@gmail.com>2019-11-22 18:55:38 +0000
commit7bd1fd776fe6f6543da0c67830c26b67ff9d2dd3 (patch)
tree881e91fda8ae8afe0e9fc65868467417987e2e75 /src/plugins/quic/quic.h
parenta7f81b75e60418a95988c0aac88c222f3cac38ba (diff)
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 <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/quic/quic.h')
-rw-r--r--src/plugins/quic/quic.h1
1 files changed, 0 insertions, 1 deletions
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_