diff options
author | David Garcia Quintas <dgq@google.com> | 2016-04-07 17:31:29 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-04-08 17:08:57 -0700 |
commit | 9885bff5fb817031a9f8b73d0960f7ae5e3c3c2a (patch) | |
tree | 38733f2b39b8b8a5097da5cbb218287d23dc74ed /tools/run_tests | |
parent | d6ac251d4be334d7e13cfedb6181c161fdf05c41 (diff) |
Factored out parse functions from sockaddr_resolver
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index b2f2e1eb52..e8f96933b3 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -5935,6 +5935,7 @@ "src/core/ext/client_config/lb_policy.h", "src/core/ext/client_config/lb_policy_factory.h", "src/core/ext/client_config/lb_policy_registry.h", + "src/core/ext/client_config/parse_address.h", "src/core/ext/client_config/resolver.h", "src/core/ext/client_config/resolver_factory.h", "src/core/ext/client_config/resolver_registry.h", @@ -5965,6 +5966,8 @@ "src/core/ext/client_config/lb_policy_factory.h", "src/core/ext/client_config/lb_policy_registry.c", "src/core/ext/client_config/lb_policy_registry.h", + "src/core/ext/client_config/parse_address.c", + "src/core/ext/client_config/parse_address.h", "src/core/ext/client_config/resolver.c", "src/core/ext/client_config/resolver.h", "src/core/ext/client_config/resolver_factory.c", |