From e1d472f18a4fa4b1ba872a9ba7bcd7af30d9d61e Mon Sep 17 00:00:00 2001 From: Hongyu Chen Date: Mon, 7 Dec 2015 21:42:52 -0800 Subject: Make census_tag_set the only field of census_context --- src/core/census/context.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/core/census/context.h b/src/core/census/context.h index d9907d4da7..e45409a6b8 100644 --- a/src/core/census/context.h +++ b/src/core/census/context.h @@ -39,11 +39,7 @@ /* census_context is the in-memory representation of information needed to * maintain tracing, RPC statistics and resource usage information. */ struct census_context { - gpr_uint64 op_id; /* Operation identifier - unique per-context */ - gpr_uint64 trace_id; /* Globally unique trace identifier */ - /* TODO(aveitch) Add census tags: - const census_tag_set *tags; - */ + census_tag_set *tags; /* Opaque data structure for census tags. */ }; #endif /* GRPC_INTERNAL_CORE_CENSUS_CONTEXT_H */ -- cgit v1.2.3