aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel.h
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2018-10-25 14:33:19 -0700
committerGravatar Juanli Shen <juanlishen@google.com>2018-10-25 14:33:19 -0700
commit2976ef129c345e8294d76a3f99581cc71404348c (patch)
tree494ccd6227951afdd628d30d49db28f927f07719 /src/core/lib/surface/channel.h
parent793853e62fb1286076e4114521fbead74e355289 (diff)
Fix OOM by expanding resource quota coverage
Diffstat (limited to 'src/core/lib/surface/channel.h')
-rw-r--r--src/core/lib/surface/channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/surface/channel.h b/src/core/lib/surface/channel.h
index 4ac76b8a29..ab00b8e94f 100644
--- a/src/core/lib/surface/channel.h
+++ b/src/core/lib/surface/channel.h
@@ -29,7 +29,8 @@
grpc_channel* grpc_channel_create(const char* target,
const grpc_channel_args* args,
grpc_channel_stack_type channel_stack_type,
- grpc_transport* optional_transport);
+ grpc_transport* optional_transport,
+ grpc_resource_user* resource_user = nullptr);
grpc_channel* grpc_channel_create_with_builder(
grpc_channel_stack_builder* builder,