aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel_init.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-06 08:07:11 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-06 08:07:11 -0700
commit839bebed9e5e98121369fdb0848d7cafdaca46c6 (patch)
treeebbb8a53aa6f0fba3914c079d301bcd703d595ad /src/core/lib/surface/channel_init.h
parent8166732d1069e0296baaf211eb219922a22eb6f5 (diff)
Use channel args from builder
Diffstat (limited to 'src/core/lib/surface/channel_init.h')
-rw-r--r--src/core/lib/surface/channel_init.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/lib/surface/channel_init.h b/src/core/lib/surface/channel_init.h
index cb71ae3b7c..3a18a61ddb 100644
--- a/src/core/lib/surface/channel_init.h
+++ b/src/core/lib/surface/channel_init.h
@@ -80,10 +80,8 @@ void grpc_channel_init_shutdown(void);
/// \a optional_transport is either NULL or a constructed transport object
/// Returns a pointer to the base of the memory allocated (the actual channel
/// stack object will be prefix_bytes past that pointer)
-void *grpc_channel_init_create_stack(
- grpc_exec_ctx *exec_ctx, grpc_channel_stack_type type, size_t prefix_bytes,
- const grpc_channel_args *args, int initial_refs, grpc_iomgr_cb_func destroy,
- void *destroy_arg, grpc_transport *optional_transport,
- const char *optional_target);
+bool grpc_channel_init_create_stack(grpc_exec_ctx *exec_ctx,
+ grpc_channel_stack_builder *builder,
+ grpc_channel_stack_type type);
#endif /* GRPC_CORE_LIB_SURFACE_CHANNEL_INIT_H */