| 169 | } |
| 170 | |
| 171 | int ChannelBalancer::Init(const char* lb_name) { |
| 172 | return SharedLoadBalancer::Init(lb_name); |
| 173 | } |
| 174 | |
| 175 | int ChannelBalancer::AddChannel(ChannelBase* sub_channel, |
| 176 | const SelectiveChannel::SubChannelOptions& subopt, |
nothing calls this directly
no test coverage detected