summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-29 14:20:01 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:30 +0000
commit26e4bac4db5be2eefd894c102b1a65a752ebaefd (patch)
tree69e308e9a86c09eb675cdbc04dd7aa1651066d46 /include
parent24132503b3921ad6844bd64a9303f658f583f30c (diff)
QUIC QLOG: Record implementation version
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/qlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/qlog.h b/include/internal/qlog.h
index 80c806d2a4..f6960ec1cc 100644
--- a/include/internal/qlog.h
+++ b/include/internal/qlog.h
@@ -35,6 +35,7 @@ typedef struct qlog_trace_info_st {
OSSL_TIME (*now_cb)(void *arg);
void *now_cb_arg;
uint64_t override_process_id;
+ const char *override_impl_name;
} QLOG_TRACE_INFO;
QLOG *ossl_qlog_new(const QLOG_TRACE_INFO *info);