aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-02-01 13:44:55 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-02-01 13:44:55 -0800
commite53d6b3f6034a5bbf72e3ad4438f834191235323 (patch)
treea0062eb86f8123fc70d2372da7eca1ac9c52268a /src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
parent052c07d49093e57eb599217954cb01f6c0bffa1a (diff)
PR comments
Diffstat (limited to 'src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc')
-rw-r--r--src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc b/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
index 41401a4b34..bea05ba619 100644
--- a/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
+++ b/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
@@ -75,8 +75,7 @@ typedef struct {
grpc_core::ManualConstructor<grpc_core::BackOff> backoff;
/** min resolution period. Max one resolution will happen per period */
grpc_millis min_time_between_resolutions;
- /** when was the last resolution? If no resolution has happened yet, equals
- * gpr_inf_past() */
+ /** when was the last resolution? -1 if no resolution has happened yet */
grpc_millis last_resolution_timestamp;
/** currently resolving addresses */
grpc_resolved_addresses* addresses;