Skip to content
Snippets Groups Projects
Commit a6f8f925 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add comment

parent fdbd728a
No related branches found
No related tags found
No related merge requests found
......@@ -374,6 +374,8 @@ grpc_call *grpc_call_create(grpc_channel *channel, grpc_call *parent_call,
}
/* for now GRPC_PROPAGATE_TRACING_CONTEXT *MUST* be passed with
* GRPC_PROPAGATE_STATS_CONTEXT */
/* TODO(ctiller): This should change to use the appropriate census start_op
* call. */
if (propagation_mask & GRPC_PROPAGATE_CENSUS_TRACING_CONTEXT) {
GPR_ASSERT(propagation_mask & GRPC_PROPAGATE_CENSUS_STATS_CONTEXT);
grpc_call_context_set(call, GRPC_CONTEXT_TRACING,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment