aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/client_config/connector.h')
-rw-r--r--src/core/ext/client_config/connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/connector.h b/src/core/ext/client_config/connector.h
index dd85dfcb7d..ea9d23706e 100644
--- a/src/core/ext/client_config/connector.h
+++ b/src/core/ext/client_config/connector.h
@@ -64,7 +64,7 @@ typedef struct {
grpc_transport *transport;
/** channel arguments (to be passed to the filters) */
- const grpc_channel_args *channel_args;
+ grpc_channel_args *channel_args;
} grpc_connect_out_args;
struct grpc_connector_vtable {