diff options
author | Mark D. Roth <roth@google.com> | 2018-01-11 07:41:31 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2018-01-11 07:41:31 -0800 |
commit | 324703db51b43e150d9d8ffbcceb9d2096e26a9f (patch) | |
tree | dde488420b40edf62ea4e8602dc1c37c1660d4b2 /grpc.gemspec | |
parent | 53430532ce765aa1aa96656b00015914598838ae (diff) |
Fix existing ref counting classes and add new ones.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 7547bc85de..f8afaa5803 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -346,6 +346,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/slice/slice_internal.h ) s.files += %w( src/core/lib/slice/slice_string_helpers.h ) s.files += %w( src/core/lib/support/debug_location.h ) + s.files += %w( src/core/lib/support/orphanable.h ) s.files += %w( src/core/lib/support/ref_counted.h ) s.files += %w( src/core/lib/support/ref_counted_ptr.h ) s.files += %w( src/core/lib/support/vector.h ) |