Skip to content
Snippets Groups Projects
Commit c79da7b3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix compilation of grpc_dll project

parent 34f58fe4
No related branches found
No related tags found
No related merge requests found
......@@ -31,19 +31,15 @@
*
*/
//#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;
// }
// void census_set_trace_mask(int trace_mask) {}
int census_trace_mask(const census_context *context) {
return CENSUS_TRACE_MASK_NONE;
}
// void census_trace_print(census_context *context, uint32_t type,
// const char *buffer, size_t n) {}
void census_set_trace_mask(int trace_mask) {}
// void SetTracerParams(const Params& params);
void census_trace_print(census_context *context, uint32_t type,
const char *buffer, size_t n) {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment