aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/uri_parser.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-04-15 10:29:46 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-04-15 10:29:46 -0700
commit53af23cfbf3b1fd4579ec084dbcb7b89a7ae2e96 (patch)
tree8bcd423693b57b053d90b64fc08edc54eede8178 /src/core/ext/filters/client_channel/uri_parser.h
parenta8b8aeac2067bf5efc0c261537578878285bf376 (diff)
Improvements to Fake Resolver
Diffstat (limited to 'src/core/ext/filters/client_channel/uri_parser.h')
-rw-r--r--src/core/ext/filters/client_channel/uri_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/uri_parser.h b/src/core/ext/filters/client_channel/uri_parser.h
index 2698d448d8..b889040b16 100644
--- a/src/core/ext/filters/client_channel/uri_parser.h
+++ b/src/core/ext/filters/client_channel/uri_parser.h
@@ -53,7 +53,7 @@ typedef struct {
/** parse a uri, return NULL on failure */
grpc_uri *grpc_uri_parse(grpc_exec_ctx *exec_ctx, const char *uri_text,
- int suppress_errors);
+ bool suppress_errors);
/** return the part of a query string after the '=' in "?key=xxx&...", or NULL
* if key is not present */