From 6afe53f2360a20a4d3abda60cfdde576c29b9857 Mon Sep 17 00:00:00 2001 From: Alistair Veitch Date: Fri, 28 Aug 2015 14:05:15 -0700 Subject: add functions for getting trace records --- src/core/census/tracing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/census') diff --git a/src/core/census/tracing.c b/src/core/census/tracing.c index 44db95653c..ae38773c0a 100644 --- a/src/core/census/tracing.c +++ b/src/core/census/tracing.c @@ -41,5 +41,5 @@ int census_trace_mask(const census_context *context) { void census_set_trace_mask(int trace_mask) {} -void census_trace_print(census_context *context, const char *buffer, size_t n) { -} +void census_trace_print(census_context *context, gpr_uint32 type, + const char *buffer, size_t n) {} -- cgit v1.2.3