aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/channel_stack.h
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2017-11-20 21:41:51 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2017-11-20 21:41:51 -0800
commit11c1c47fe95e6ec8c9ff97d1e702561eee36434e (patch)
tree8584fef493412972ef7637a0ebeb6125fd0af2c3 /src/core/lib/channel/channel_stack.h
parent8d1a3ca5fc909899b4895733d496fb563c02dae9 (diff)
Fix real TSAN/ASAN bug
Diffstat (limited to 'src/core/lib/channel/channel_stack.h')
-rw-r--r--src/core/lib/channel/channel_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/channel_stack.h b/src/core/lib/channel/channel_stack.h
index 41851382ae..6419f1ac48 100644
--- a/src/core/lib/channel/channel_stack.h
+++ b/src/core/lib/channel/channel_stack.h
@@ -84,7 +84,7 @@ typedef struct {
typedef struct {
grpc_call_stats stats;
grpc_status_code final_status;
- const char* error_string;
+ const char** error_string;
} grpc_call_final_info;
/* Channel filters specify: