Implement ResetBackoff() method in xds resolver. (#25870)

pull/25847/head
Mark D. Roth 4 years ago committed by GitHub
parent 21e25a03d0
commit a483e6ca35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc

@ -73,6 +73,10 @@ class XdsResolver : public Resolver {
void ShutdownLocked() override;
void ResetBackoffLocked() override {
if (xds_client_ != nullptr) xds_client_->ResetBackoff();
}
private:
class Notifier {
public:

Loading…
Cancel
Save