aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/client_config/connector.h')
-rw-r--r--src/core/client_config/connector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/client_config/connector.h b/src/core/client_config/connector.h
index a649f143ae..b4482fa2ee 100644
--- a/src/core/client_config/connector.h
+++ b/src/core/client_config/connector.h
@@ -65,6 +65,9 @@ typedef struct {
/** any additional filters (owned by the caller of connect) */
const grpc_channel_filter **filters;
size_t num_filters;
+
+ /** channel arguments (to be passed to the filters) */
+ const grpc_channel_args *channel_args;
} grpc_connect_out_args;
struct grpc_connector_vtable {