aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/census/tracing.c4
1 files changed, 2 insertions, 2 deletions
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) {}