aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel_init.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-05 17:15:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-05 17:15:07 -0700
commitf82ddc4c78ed602ff2135a45804d8fb3415198a6 (patch)
tree08d353378e6332f2ebd5499ce830ab90d44d2952 /src/core/lib/surface/channel_init.h
parent859fb06e80d63255ba614ad8c7fc91df50bd101b (diff)
Nailing down dependencies better
Diffstat (limited to 'src/core/lib/surface/channel_init.h')
-rw-r--r--src/core/lib/surface/channel_init.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/lib/surface/channel_init.h b/src/core/lib/surface/channel_init.h
index a4d8271ca6..cb71ae3b7c 100644
--- a/src/core/lib/surface/channel_init.h
+++ b/src/core/lib/surface/channel_init.h
@@ -38,6 +38,8 @@
#include "src/core/lib/surface/channel_stack_type.h"
#include "src/core/lib/transport/transport.h"
+#define GRPC_CHANNEL_INIT_BUILTIN_PRIORITY 10000
+
/// This module provides a way for plugins (and the grpc core library itself)
/// to register mutators for channel stacks.
/// It also provides a universal entry path to run those mutators to build
@@ -81,6 +83,7 @@ void grpc_channel_init_shutdown(void);
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);
+ void *destroy_arg, grpc_transport *optional_transport,
+ const char *optional_target);
#endif /* GRPC_CORE_LIB_SURFACE_CHANNEL_INIT_H */