aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/init.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-02-06 12:11:16 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-02-06 12:11:16 -0800
commitc6449d9f2b48b7b1259ac7307c6a2e4798d10695 (patch)
treeb4dff4c179cdaea8af4bd906da732f66336c5599 /src/core/lib/surface/init.c
parentae89af9cb48a65c67f9d2008615fb7f4f7005c65 (diff)
parentd6d2677637fee5d2988dae08cee1b909d822c650 (diff)
Merge remote-tracking branch 'upstream/master' into canonicalize_server_uri
Diffstat (limited to 'src/core/lib/surface/init.c')
-rw-r--r--src/core/lib/surface/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/surface/init.c b/src/core/lib/surface/init.c
index 787e4d0dd2..b338ac4c48 100644
--- a/src/core/lib/surface/init.c
+++ b/src/core/lib/surface/init.c
@@ -63,6 +63,7 @@
#include "src/core/lib/surface/init.h"
#include "src/core/lib/surface/lame_client.h"
#include "src/core/lib/surface/server.h"
+#include "src/core/lib/transport/bdp_estimator.h"
#include "src/core/lib/transport/connectivity_state.h"
#include "src/core/lib/transport/transport_impl.h"
@@ -192,6 +193,7 @@ void grpc_init(void) {
grpc_register_tracer("queue_pluck", &grpc_cq_pluck_trace);
grpc_register_tracer("combiner", &grpc_combiner_trace);
grpc_register_tracer("server_channel", &grpc_server_channel_trace);
+ grpc_register_tracer("bdp_estimator", &grpc_bdp_estimator_trace);
// Default pluck trace to 1
grpc_cq_pluck_trace = 1;
grpc_register_tracer("queue_timeout", &grpc_cq_event_timeout_trace);