aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy_factory.h
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2017-09-10 18:28:03 -0700
committerGravatar Juanli Shen <juanlishen@google.com>2017-09-11 09:22:48 -0700
commitaba0a0a54412fe59bc2090334ae26c99bb148097 (patch)
tree1e689245415306487885e28d310c82162d7a6206 /src/core/ext/filters/client_channel/lb_policy_factory.h
parentc7520d0d8f1c3833f9a1c04c953e272a120f31c4 (diff)
Add fallback (use backends from resolver if can't reach balancer) to grpclb.
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy_factory.h')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy_factory.h b/src/core/ext/filters/client_channel/lb_policy_factory.h
index 9d9fb143df..cf0f8cb615 100644
--- a/src/core/ext/filters/client_channel/lb_policy_factory.h
+++ b/src/core/ext/filters/client_channel/lb_policy_factory.h
@@ -73,7 +73,7 @@ grpc_lb_addresses *grpc_lb_addresses_copy(const grpc_lb_addresses *addresses);
* \a address is a socket address of length \a address_len.
* Takes ownership of \a balancer_name. */
void grpc_lb_addresses_set_address(grpc_lb_addresses *addresses, size_t index,
- void *address, size_t address_len,
+ const void *address, size_t address_len,
bool is_balancer, const char *balancer_name,
void *user_data);