diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-14 12:11:01 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-14 12:11:01 -0800 |
commit | 0bdc3a58f68e5cf601ba5d2718a8f319d286c855 (patch) | |
tree | 0d35cf8fc555f3a1704ca028f62da02703e8c10a /src/core/census/context.h | |
parent | 4bf292890c48d408e7dc0acd82e85ddcc9e0dde2 (diff) | |
parent | 620e965c1b522173aaf2d12e9fcf9c8f5d8754be (diff) |
Merge branch 'cf' into proxy-crash
Diffstat (limited to 'src/core/census/context.h')
-rw-r--r-- | src/core/census/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/census/context.h b/src/core/census/context.h index 02b3ec2545..700bcf86cf 100644 --- a/src/core/census/context.h +++ b/src/core/census/context.h @@ -41,7 +41,7 @@ /* census_context is the in-memory representation of information needed to * maintain tracing, RPC statistics and resource usage information. */ struct census_context { - census_tag_set *tags; /* Opaque data structure for census tags. */ + census_tag_set *tags; /* Opaque data structure for census tags. */ }; #endif /* GRPC_INTERNAL_CORE_CENSUS_CONTEXT_H */ |