aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error_internal.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-14 08:06:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-06 14:53:54 -0800
commitbedb18959b9320929d25b230b592b76b96355e03 (patch)
tree7ed34fa82b3e9df3669258315435fe23afbe494c /src/core/lib/iomgr/error_internal.h
parent60e63d41e18ccd57482fc9df1455513e080f7220 (diff)
Fixes, remove grpc_error_free_string
Diffstat (limited to 'src/core/lib/iomgr/error_internal.h')
-rw-r--r--src/core/lib/iomgr/error_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/error_internal.h b/src/core/lib/iomgr/error_internal.h
index 5afe9edc7f..8f49ba3992 100644
--- a/src/core/lib/iomgr/error_internal.h
+++ b/src/core/lib/iomgr/error_internal.h
@@ -46,6 +46,7 @@ struct grpc_error {
gpr_avl times;
gpr_avl errs;
uintptr_t next_err;
+ gpr_atm error_string;
};
bool grpc_error_is_special(grpc_error *err);