From cee77cfd38625c49f324d2956937e9d93f33a808 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Mon, 26 Nov 2018 01:20:35 -0800 Subject: Add traced information to stream op --- src/core/ext/transport/chttp2/transport/chttp2_transport.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/ext/transport/chttp2') diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc index b1b8c0083b..99c675f503 100644 --- a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc @@ -1390,6 +1390,7 @@ static void perform_stream_op_locked(void* stream_op, GRPC_STATS_INC_HTTP2_OP_BATCHES(); s->context = op->payload->context; + s->traced = op->is_traced; if (grpc_http_trace.enabled()) { char* str = grpc_transport_stream_op_batch_string(op); gpr_log(GPR_INFO, "perform_stream_op_locked: %s; on_complete = %p", str, -- cgit v1.2.3