diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-05 09:04:40 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-05 09:04:40 -0700 |
commit | 2ce0bfa8b47376aefbfadc5e1b6c5164b88842fe (patch) | |
tree | 07a5aba2c4af15c7802be49d68054d97ee833375 /src/core/ext/census/tracing.h | |
parent | b1d3dcdb7db540b7dfa2efad269cd56738ff7e79 (diff) | |
parent | bbcf378192d949c1a81cdae96a584e8e7b453e81 (diff) |
Merge github.com:grpc/grpc into foo
Diffstat (limited to 'src/core/ext/census/tracing.h')
-rw-r--r-- | src/core/ext/census/tracing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/census/tracing.h b/src/core/ext/census/tracing.h index c2b947ae40..3a7c6f45e4 100644 --- a/src/core/ext/census/tracing.h +++ b/src/core/ext/census/tracing.h @@ -121,4 +121,4 @@ free to ignore all further calls using the Span. EndSpanOptions can optionally be NULL. */ void trace_end_span(const trace_status *status, trace_span_context *span_ctxt); -#endif +#endif /* GRPC_CORE_EXT_CENSUS_TRACING_H */ |