aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/trace_status.h
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2017-01-26 18:41:14 -0800
committerGravatar Vizerai <jsking@google.com>2017-01-26 18:41:14 -0800
commit2685ffa738113a00c103525b6bc4bc91e8b4b7a2 (patch)
tree23cbebc3d9829809c67d46b6670bd570f2f21295 /src/core/ext/census/trace_status.h
parente0cd44aa01cfa697002c7c8884f98d65cc2f7ebd (diff)
update.
Diffstat (limited to 'src/core/ext/census/trace_status.h')
-rw-r--r--src/core/ext/census/trace_status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/census/trace_status.h b/src/core/ext/census/trace_status.h
index a4bd4116c3..adc0ebd0c0 100644
--- a/src/core/ext/census/trace_status.h
+++ b/src/core/ext/census/trace_status.h
@@ -38,7 +38,7 @@
/* Stores a status code and status message for a trace. */
typedef struct trace_status {
- int errorCode;
+ int64_t errorCode;
trace_string errorMessage;
} trace_status;