aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
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 /build.yaml
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 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index fe2558eed3..7e95837ee9 100644
--- a/build.yaml
+++ b/build.yaml
@@ -243,6 +243,7 @@ filegroups:
- 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
@@ -336,6 +337,7 @@ filegroups:
- src/core/lib/surface/version.c
- src/core/lib/transport/byte_stream.c
- src/core/lib/transport/connectivity_state.c
+ - src/core/lib/transport/hashtable.c
- src/core/lib/transport/metadata.c
- src/core/lib/transport/metadata_batch.c
- src/core/lib/transport/static_metadata.c