aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-27 10:13:56 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-27 10:13:56 -0700
commit6600645135597fec4feaae81ca64fb02694d5f60 (patch)
tree638aebecd6ad9190e1797cb66b9d4dfeca7e3c04 /tools/run_tests/sources_and_headers.json
parentaa850a7b48ac78f9b86e036b448519ec579c440b (diff)
Refactor hash table code into its own module and use it for method_config as well as method_config_table.
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json3
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 f6889c8f3a..0fe6cdf6b9 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -6049,6 +6049,7 @@
"src/core/lib/surface/server.h",
"src/core/lib/transport/byte_stream.h",
"src/core/lib/transport/connectivity_state.h",
+ "src/core/lib/transport/hashtable.h",
"src/core/lib/transport/metadata.h",
"src/core/lib/transport/metadata_batch.h",
"src/core/lib/transport/static_metadata.h",
@@ -6229,6 +6230,8 @@
"src/core/lib/transport/byte_stream.h",
"src/core/lib/transport/connectivity_state.c",
"src/core/lib/transport/connectivity_state.h",
+ "src/core/lib/transport/hashtable.c",
+ "src/core/lib/transport/hashtable.h",
"src/core/lib/transport/metadata.c",
"src/core/lib/transport/metadata.h",
"src/core/lib/transport/metadata_batch.c",