Skip to content

Commit

Permalink
dtrace uses to apply typeof, but typeof cannot be applied on a bitfield
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jan 29, 2025
1 parent 05d92e1 commit 7d5a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quicly.c
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@ static quicly_error_t apply_stream_frame(quicly_stream_t *stream, quicly_stream_
quicly_error_t ret;

QUICLY_PROBE(STREAM_RECEIVE, stream->conn, stream->conn->stash.now, stream, frame->offset, frame->data.base, frame->data.len,
frame->is_fin);
(int)frame->is_fin);
QUICLY_LOG_CONN(stream_receive, stream->conn, {
PTLS_LOG_ELEMENT_SIGNED(stream_id, stream->stream_id);
PTLS_LOG_ELEMENT_UNSIGNED(off, frame->offset);
Expand Down

0 comments on commit 7d5a8a9

Please sign in to comment.