aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/error_utils.h
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2017-03-22 18:48:00 -0700
committerGravatar GitHub <noreply@github.com>2017-03-22 18:48:00 -0700
commit55837563c94cb78ba9d0ee5ee75f3be35cdd415b (patch)
treeab27568840f0ccf1a48b03b496cb18b565d0f854 /src/core/lib/transport/error_utils.h
parent48fda550acc5edd7785d5b58169d2e3868fbf42a (diff)
parent3d194ad7a3efbb2ba159f021b9692f8b2dec9f88 (diff)
Merge pull request #10109 from ncteisen/error-slice-optimization
Error slice optimization
Diffstat (limited to 'src/core/lib/transport/error_utils.h')
-rw-r--r--src/core/lib/transport/error_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/error_utils.h b/src/core/lib/transport/error_utils.h
index 105338880a..3b44466ab8 100644
--- a/src/core/lib/transport/error_utils.h
+++ b/src/core/lib/transport/error_utils.h
@@ -44,7 +44,7 @@
/// attributes (code, msg, http_status) are unneeded, they can be passed as
/// NULL.
void grpc_error_get_status(grpc_error *error, gpr_timespec deadline,
- grpc_status_code *code, const char **msg,
+ grpc_status_code *code, grpc_slice *slice,
grpc_http2_error_code *http_status);
/// A utility function to check whether there is a clear status code that