aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-04 15:56:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-04 15:56:05 -0700
commitb7d1608a728acce764bb0cab3230e75ebd83f95f (patch)
tree2890c264ea92967f42cc5efa85945783c13b5f5a /src/core/surface/init.c
parentcfda2bdd43570e225c6a58aed22d1f1c78ff501a (diff)
parent6dc550287163b7a1ac31808418a8102d794cc238 (diff)
Merge github.com:grpc/grpc into seqno2
Diffstat (limited to 'src/core/surface/init.c')
-rw-r--r--src/core/surface/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/init.c b/src/core/surface/init.c
index bfee28e5fc..d6eb9b2c24 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -59,6 +59,7 @@ void grpc_init(void) {
grpc_register_tracer("channel", &grpc_trace_channel);
grpc_register_tracer("surface", &grpc_surface_trace);
grpc_register_tracer("http", &grpc_http_trace);
+ grpc_register_tracer("flowctl", &grpc_flowctl_trace);
grpc_register_tracer("batch", &grpc_trace_batch);
grpc_security_pre_init();
grpc_iomgr_init();