mirror of https://github.com/grpc/grpc-go.git
fix comments
This commit is contained in:
parent
6d4c5aef64
commit
492a718373
|
|
@ -154,7 +154,7 @@ type clientStream struct {
|
|||
|
||||
tracing bool // set to EnableTracing when the clientStream is created.
|
||||
|
||||
mu sync.Mutex // protects trInfo
|
||||
mu sync.Mutex // protects trInfo.tr
|
||||
// trInfo.tr is set when the clientStream is created (if EnableTracing is true),
|
||||
// and is set to nil when the clientStream's finish method is called.
|
||||
trInfo traceInfo
|
||||
|
|
|
|||
Loading…
Reference in New Issue