aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy.h
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2018-02-07 14:51:20 -0800
committerGravatar Juanli Shen <juanlishen@google.com>2018-02-12 11:35:40 -0800
commit776490af0eae820fb8919b2ea6f245aff197a1ab (patch)
treeaa4c439abd4774e2c34a06a573d4ce47f14c14e9 /src/core/ext/filters/client_channel/lb_policy.h
parent86accb1768cc860a7579bb5fff9bd3c2ba7274af (diff)
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, 0 insertions, 4 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy.h b/src/core/ext/filters/client_channel/lb_policy.h
index 30660cb83d..6edd314d5e 100644
--- a/src/core/ext/filters/client_channel/lb_policy.h
+++ b/src/core/ext/filters/client_channel/lb_policy.h
@@ -107,10 +107,6 @@ 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