aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/init.c
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2015-05-26 14:26:47 -0700
committerGravatar Alistair Veitch <aveitch@google.com>2015-05-26 14:26:47 -0700
commit9686dabd044666f32cbc30f7551caf81a05124e2 (patch)
tree22086bbc9c108c06e0b1940243ae1e46012da683 /src/core/surface/init.c
parentad654aca5e8b121594929f962f1937a37fe4b6e5 (diff)
Initial refactoring and context API changes
Diffstat (limited to 'src/core/surface/init.c')
-rw-r--r--src/core/surface/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/surface/init.c b/src/core/surface/init.c
index d6eb9b2c24..5cd5d9197f 100644
--- a/src/core/surface/init.c
+++ b/src/core/surface/init.c
@@ -31,11 +31,11 @@
*
*/
+#include <grpc/census.h>
#include <grpc/grpc.h>
#include "src/core/channel/channel_stack.h"
#include "src/core/debug/trace.h"
#include "src/core/iomgr/iomgr.h"
-#include "src/core/statistics/census_interface.h"
#include "src/core/profiling/timers.h"
#include "src/core/surface/call.h"
#include "src/core/surface/init.h"
@@ -64,7 +64,7 @@ void grpc_init(void) {
grpc_security_pre_init();
grpc_iomgr_init();
grpc_tracer_init("GRPC_TRACE");
- census_init();
+ census_initialize(CENSUS_NONE);
grpc_timers_global_init();
}
gpr_mu_unlock(&g_init_mu);