From d2a62e5c41e0ecf767d0ba23aecb296e09ec812b Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Fri, 6 Dec 2024 15:38:11 +0900 Subject: [PATCH] emit time in probes --- include/quicly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/quicly.h b/include/quicly.h index ea2581ae..040f5e46 100644 --- a/include/quicly.h +++ b/include/quicly.h @@ -1417,7 +1417,7 @@ extern const quicly_stream_callbacks_t quicly_stream_noop_callbacks; active &= ptls_log_conn_maybe_active(conn_state, (const char *(*)(void *))ptls_get_server_name, _tls); \ if (active == 0) \ break; \ - PTLS_LOG__DO_LOG(quicly, _name, conn_state, (const char *(*)(void *))ptls_get_server_name, _tls, { \ + PTLS_LOG__DO_LOG(quicly, _name, conn_state, (const char *(*)(void *))ptls_get_server_name, _tls, 0, { \ PTLS_LOG_ELEMENT_PTR(conn, _c); \ PTLS_LOG_ELEMENT_SIGNED(time, _c->stash.now); \ do { \