diff options
author | Alistair Veitch <aveitch@google.com> | 2015-08-28 14:05:15 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-08-28 14:05:15 -0700 |
commit | 6afe53f2360a20a4d3abda60cfdde576c29b9857 (patch) | |
tree | b4991889aff26dcaa64a0961ebe9204a2d734755 /src/core/census | |
parent | a4e884721d4333eef8b208b26ff35f1dde25b6c1 (diff) |
add functions for getting trace records
Diffstat (limited to 'src/core/census')
-rw-r--r-- | src/core/census/tracing.c | 4 |
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) {} |