Skip to content

Commit

Permalink
Implement ResetBackoff() method in xds resolver. (grpc#25870)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth authored Apr 5, 2021
1 parent 21e25a0 commit a483e6c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a483e6c

Please sign in to comment.