aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-02-28 16:06:30 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-02-28 16:06:30 -0800
commit396d49d95842b42ee2537f54a12919aff47a0401 (patch)
tree898c75ea8c5ac0e997258a768f84d44d35cff8d2 /gRPC-C++.podspec
parentbaf1a412624d20d1c11f60ddd66d47e58b3e3f35 (diff)
Introduce a 'weak' and mutable version of slice hash table
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 737af98cac..1f2266336e 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -408,6 +408,7 @@ Pod::Spec.new do |s|
'src/core/lib/slice/slice_hash_table.h',
'src/core/lib/slice/slice_internal.h',
'src/core/lib/slice/slice_string_helpers.h',
+ 'src/core/lib/slice/slice_weak_hash_table.h',
'src/core/lib/surface/api_trace.h',
'src/core/lib/surface/call.h',
'src/core/lib/surface/call_test_only.h',
@@ -585,6 +586,7 @@ Pod::Spec.new do |s|
'src/core/lib/slice/slice_hash_table.h',
'src/core/lib/slice/slice_internal.h',
'src/core/lib/slice/slice_string_helpers.h',
+ 'src/core/lib/slice/slice_weak_hash_table.h',
'src/core/lib/surface/api_trace.h',
'src/core/lib/surface/call.h',
'src/core/lib/surface/call_test_only.h',