Reviewer comments

reviewable/pr26673/r6
Yash Tibrewal 4 years ago
parent 170996ea7a
commit f3b5865a57
  1. 3
      src/core/lib/channel/call_tracer.h

@ -74,7 +74,8 @@ class CallTracer {
// Records a new attempt for the associated call. \a transparent denotes // Records a new attempt for the associated call. \a transparent denotes
// whether the attempt is being made as a transparent retry or as a // whether the attempt is being made as a transparent retry or as a
// non-transparent retry/heding attempt. The `CallTracer` object retains // non-transparent retry/heding attempt. (There will be atleast one attempt
// even if the call is not being retried.) The `CallTracer` object retains
// ownership to the newly created `CallAttemptTracer` object. RecordEnd() // ownership to the newly created `CallAttemptTracer` object. RecordEnd()
// serves as an indication that the call stack is done with all API calls, and // serves as an indication that the call stack is done with all API calls, and
// the tracer library is free to destroy it after that. // the tracer library is free to destroy it after that.

Loading…
Cancel
Save