aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-09-13 13:43:39 -0700
committerGravatar GitHub <noreply@github.com>2017-09-13 13:43:39 -0700
commit4a4bd1cd2d18ac24e57be2c82b1ec112a981e6e6 (patch)
tree278429fa8cd20987360ced56991aff754334f69b /grpc.gemspec
parent1217c4d0527e5b896f7720fcdbcd3f87ec4c1359 (diff)
parent4433973242e21db18291263a5b41ee292002eb6f (diff)
Merge pull request #12214 from vjpai/cereal_eye_sir
Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 2d0f9fd450..a226e9bc31 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -145,6 +145,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/support/tmpfile_posix.c )
s.files += %w( src/core/lib/support/tmpfile_windows.c )
s.files += %w( src/core/lib/support/wrap_memcpy.c )
+ s.files += %w( include/grpc/impl/codegen/byte_buffer.h )
s.files += %w( include/grpc/impl/codegen/byte_buffer_reader.h )
s.files += %w( include/grpc/impl/codegen/compression_types.h )
s.files += %w( include/grpc/impl/codegen/connectivity_state.h )