Fix clang format

pull/37460/head
Xuan Wang 4 months ago
parent 635f153bd4
commit 33c0b98c64
  1. 6
      src/core/lib/surface/call.h

@ -269,9 +269,9 @@ void grpc_call_tracer_set(grpc_call* call, grpc_core::ClientCallTracer* tracer);
// When using this API, the tracer will be destroyed by grpc_call arena when
// grpc_call is about to be destroyed. The caller of this API SHOULD NOT
// manually destroy the tracer. This API is used by Python as a way of using
// Arena to manage the lifetime of the call tracer. Python needs this API because
// the tracer was created within a separate shared object library which doesn't
// have access to core functions like arena->ManagedNew<>.
// Arena to manage the lifetime of the call tracer. Python needs this API
// because the tracer was created within a separate shared object library which
// doesn't have access to core functions like arena->ManagedNew<>.
void grpc_call_tracer_set_and_manage(grpc_call* call,
grpc_core::ClientCallTracer* tracer);

Loading…
Cancel
Save