Skip to content

Commit

Permalink
emit time in probes
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 6, 2024
1 parent 5305b78 commit d2a62e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/quicly.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 { \
Expand Down

0 comments on commit d2a62e5

Please sign in to comment.