aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error_internal.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-03-09 17:04:24 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-03-09 19:02:31 -0800
commitceddd293919a9580cef928fa56a35480de278682 (patch)
treec823b5e23f35d1004633335a0d969e7bfd655591 /src/core/lib/iomgr/error_internal.h
parent234d1748d52314555a1bd4cc500cbefa73d3c789 (diff)
Address github comments
Diffstat (limited to 'src/core/lib/iomgr/error_internal.h')
-rw-r--r--src/core/lib/iomgr/error_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/error_internal.h b/src/core/lib/iomgr/error_internal.h
index bdebbe1792..fb4814e41f 100644
--- a/src/core/lib/iomgr/error_internal.h
+++ b/src/core/lib/iomgr/error_internal.h
@@ -39,9 +39,9 @@
#include <grpc/support/sync.h>
-typedef struct linked_error linked_error;
+typedef struct grpc_linked_error grpc_linked_error;
-struct linked_error {
+struct grpc_linked_error {
grpc_error *err;
uint8_t next;
};