Skip to content

Commit 96e742b

Browse files
committed
mend
1 parent 84f3bfb commit 96e742b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xds/internal/balancer/clusterimpl/clusterimpl.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ type clusterImplBalancer struct {
9494

9595
// The following fields are set at creation time, and are read-only after
9696
// that, and therefore need not be protected by a mutex.
97-
logger *grpclog.PrefixLogger
97+
logger *grpclog.PrefixLogger
98+
// TODO: #8366 - Refactor usage of loadWrapper to easily plugin a test
99+
// load reporter from tests.
98100
loadWrapper *loadstore.Wrapper
99101

100102
// The following fields are only accessed from balancer API methods, which

0 commit comments

Comments
 (0)