aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-16 16:19:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-16 16:19:14 -0700
commit1ada6ad8e57e9033f9cc9a6b0082e27a413e9584 (patch)
tree282cbc4f22d5e25edf155654b9734501845f1ebf /src/core/surface/init.c
parent48cb07c9096250374d8d9288452195cd9b90ce16 (diff)
Added connectivity tests, fixed bugs
Diffstat (limited to 'src/core/surface/init.c')
-rw-r--r--src/core/surface/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/surface/init.c b/src/core/surface/init.c
index 04e27d30ac..6e2a15b712 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -46,6 +46,7 @@
#include "src/core/surface/init.h"
#include "src/core/surface/surface_trace.h"
#include "src/core/transport/chttp2_transport.h"
+#include "src/core/transport/connectivity_state.h"
#ifdef GPR_POSIX_SOCKET
#include "src/core/client_config/resolvers/unix_resolver_posix.h"
@@ -76,6 +77,7 @@ void grpc_init(void) {
grpc_register_tracer("http", &grpc_http_trace);
grpc_register_tracer("flowctl", &grpc_flowctl_trace);
grpc_register_tracer("batch", &grpc_trace_batch);
+ grpc_register_tracer("connectivity_state", &grpc_connectivity_state_trace);
grpc_security_pre_init();
grpc_iomgr_init();
grpc_tracer_init("GRPC_TRACE");