|
|
@ -34,6 +34,10 @@ |
|
|
|
#ifndef __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ |
|
|
|
#ifndef __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ |
|
|
|
#define __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ |
|
|
|
#define __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
extern "C" { |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* Opaque structure for trace object */ |
|
|
|
/* Opaque structure for trace object */ |
|
|
|
typedef struct trace_obj trace_obj; |
|
|
|
typedef struct trace_obj trace_obj; |
|
|
|
|
|
|
|
|
|
|
@ -56,4 +60,8 @@ void census_internal_unlock_trace_store(void); |
|
|
|
/* Gets method tag name associated with the input trace object. */ |
|
|
|
/* Gets method tag name associated with the input trace object. */ |
|
|
|
const char* census_get_trace_method_name(const trace_obj* trace); |
|
|
|
const char* census_get_trace_method_name(const trace_obj* trace); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ */ |
|
|
|
#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ */ |
|
|
|