summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-09-08 13:56:32 +0100
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:49:34 +0000
commit434d52a4b693c1f9fc008826ba2c7cceedb74964 (patch)
tree6afe3ee3f3276e1c107dc1f5e0e30c90559c1f99 /include
parentb7c7997375e1bd0dcbbddb1b800c1eed3410056f (diff)
QLOG: Wiring: QUIC QTX
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_record_tx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/internal/quic_record_tx.h b/include/internal/quic_record_tx.h
index 0688998326..68b43f58e9 100644
--- a/include/internal/quic_record_tx.h
+++ b/include/internal/quic_record_tx.h
@@ -15,6 +15,7 @@
# include "internal/quic_types.h"
# include "internal/quic_predef.h"
# include "internal/quic_record_util.h"
+# include "internal/qlog.h"
# ifndef OPENSSL_NO_QUIC
@@ -47,6 +48,9 @@ typedef struct ossl_qtx_args_st {
/* Maximum datagram payload length (MDPL) for TX purposes. */
size_t mdpl;
+
+ /* QLOG instance to use, or NULL. */
+ QLOG *qlog;
} OSSL_QTX_ARGS;
/* Instantiates a new QTX. */