aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-09-08 13:31:36 +0100
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:49:34 +0000
commit40c835dac7e68528bfdc9322041ac93ef274c37d (patch)
treeb1266aac7d3248d8b2cfad60bd547d107a8cfdbf /include
parent3e5287803972de26d0ccbb912bf26e4fd42e39e1 (diff)
downloadopenssl-40c835dac7e68528bfdc9322041ac93ef274c37d.tar.gz
QLOG: Wiring: QUIC TXPIM: Record the packet type
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_txpim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/quic_txpim.h b/include/internal/quic_txpim.h
index efe1ca6302..7219f21ef6 100644
--- a/include/internal/quic_txpim.h
+++ b/include/internal/quic_txpim.h
@@ -33,6 +33,9 @@ typedef struct quic_txpim_pkt_st {
/* Reserved for FIFD use. */
QUIC_FIFD *fifd;
+ /* QUIC_PKT_TYPE value. For diagnostic use only. */
+ unsigned char pkt_type;
+
/* Regenerate-strategy frames. */
unsigned int had_handshake_done_frame : 1;
unsigned int had_max_data_frame : 1;