diff options
author | Vizerai <jsking@google.com> | 2016-09-13 14:22:54 -0700 |
---|---|---|
committer | Vizerai <jsking@google.com> | 2016-09-13 14:22:54 -0700 |
commit | 76988c80a2833134aa481fb3a10f959986f7269a (patch) | |
tree | 7aebe067eb4a70ff49303f34f5cc60aa94e26889 /src/core | |
parent | cb849ef58f95473006361e8889028cb6eaef58eb (diff) |
update
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ext/census/tracing.c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c index 3b5d6dab2b..18f8daa176 100644 --- a/src/core/ext/census/tracing.c +++ b/src/core/ext/census/tracing.c @@ -31,15 +31,21 @@ * */ +//#include "src/core/ext/census/tracing.h" + #include <grpc/census.h> + + /* TODO(aveitch): These are all placeholder implementations. */ -int census_trace_mask(const census_context *context) { - return CENSUS_TRACE_MASK_NONE; -} +// int census_trace_mask(const census_context *context) { +// return CENSUS_TRACE_MASK_NONE; +// } + +// void census_set_trace_mask(int trace_mask) {} -void census_set_trace_mask(int trace_mask) {} +// void census_trace_print(census_context *context, uint32_t type, +// const char *buffer, size_t n) {} -void census_trace_print(census_context *context, uint32_t type, - const char *buffer, size_t n) {} +// void SetTracerParams(const Params& params); |