()
| 220 | } |
| 221 | |
| 222 | func setRPCSucceeded() { |
| 223 | atomic.StoreUint32(&rpcSucceeded, 1) |
| 224 | } |
| 225 | |
| 226 | // Wait for the next LoadBalancerStatsRequest.GetNumRpcs to start and complete, |
| 227 | // and return the distribution of remote peers. This is essentially a clientside |