summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-09-08 12:53:02 +0100
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:49:34 +0000
commitda6a9a2e336e217dd4bf239078868c8e00ecdcd3 (patch)
tree1e8aa47945b282da41e6348bf3eb25c718970a3d /include
parent8fbac4d70eff157b081933bee88fabedfec47b0b (diff)
QLOG: Events: Implement transport:parameters_set
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_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/qlog_events.h b/include/internal/qlog_events.h
index 82d0254c39..83c7c4276f 100644
--- a/include/internal/qlog_events.h
+++ b/include/internal/qlog_events.h
@@ -8,3 +8,4 @@
*/
QLOG_EVENT(connectivity, connection_started)
QLOG_EVENT(connectivity, connection_state_updated)
+QLOG_EVENT(transport, parameters_set)