aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy.h
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2018-02-12 20:55:27 -0800
committerGravatar GitHub <noreply@github.com>2018-02-12 20:55:27 -0800
commitf66cf0d70d113c64a1c3d5a657e08bd7388c8fd6 (patch)
tree4014de921c97a7b0b8ad71169499e7d00856e7ce /src/core/ext/filters/client_channel/lb_policy.h
parent1d168541fd55352be71116a8c8e5c9229b65b2b4 (diff)
Revert "Revert "Revert "grpclb re-resolution"""
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy.h')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy.h b/src/core/ext/filters/client_channel/lb_policy.h
index 6edd314d5e..30660cb83d 100644
--- a/src/core/ext/filters/client_channel/lb_policy.h
+++ b/src/core/ext/filters/client_channel/lb_policy.h
@@ -107,6 +107,10 @@ struct grpc_lb_policy_vtable {
void (*update_locked)(grpc_lb_policy* policy,
const grpc_lb_policy_args* args);
+
+ /** \see grpc_lb_policy_set_reresolve_closure */
+ void (*set_reresolve_closure_locked)(grpc_lb_policy* policy,
+ grpc_closure* request_reresolution);
};
#ifndef NDEBUG