aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-29 13:58:18 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:30 +0000
commit6cb0026c634139b0e0aecb57691330b3bd7a475b (patch)
tree746d40efd719ba4bdafc963df9570802c9199ee6 /include
parentc73821c4bb3086f7f0c37904f6d7161991796688 (diff)
downloadopenssl-6cb0026c634139b0e0aecb57691330b3bd7a475b.tar.gz
QUIC QLOG: Allow PID to be overridden
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 8d44ed0098..80c806d2a4 100644
--- a/include/internal/qlog.h
+++ b/include/internal/qlog.h
@@ -34,6 +34,7 @@ typedef struct qlog_trace_info_st {
int is_server;
OSSL_TIME (*now_cb)(void *arg);
void *now_cb_arg;
+ uint64_t override_process_id;
} QLOG_TRACE_INFO;
QLOG *ossl_qlog_new(const QLOG_TRACE_INFO *info);