From 548d59f305b43d22ca1ef03c5fa82576f32d469a Mon Sep 17 00:00:00 2001
From: Vizerai <jsking@google.com>
Date: Thu, 19 Jan 2017 16:41:37 -0800
Subject: [PATCH] update

---
 src/core/ext/census/tracing.h | 3 +--
 1 file changed, 1 insertion(+), 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. */
-- 
GitLab