aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2017-01-19 16:41:37 -0800
committerGravatar Vizerai <jsking@google.com>2017-01-19 16:41:37 -0800
commit548d59f305b43d22ca1ef03c5fa82576f32d469a (patch)
tree6f1a8c6355d906c3674007b6ad00b6ecc27103b8 /src/core/ext/census
parent2b939832d50fe6823df2658c53fd3fb9003fdfd0 (diff)
update
Diffstat (limited to 'src/core/ext/census')
-rw-r--r--src/core/ext/census/tracing.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/census/tracing.h b/src/core/ext/census/tracing.h
index 5be39e377a..0632b841bd 100644
--- a/src/core/ext/census/tracing.h
+++ b/src/core/ext/census/tracing.h
@@ -41,7 +41,6 @@
#include "src/core/ext/census/trace_status.h"
/* The tracing level. */
-public
enum TraceLevel {
/* Annotations on this context will be silently discarded. */
NO_TRACING = 0,
@@ -51,7 +50,7 @@ enum TraceLevel {
/* Annotations are recorded for the entire distributed trace and they are
saved to a persistent store. It is propagated to the child. */
PERSISTENT_TRACING = 2,
-}
+};
typedef struct trace_span_context {
/* Trace span context stores Span ID, Trace ID, and option flags. */