aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-07-20 10:02:47 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-09-07 15:18:07 -0700
commit677395558d4f28ca3fad53d6e082552f0ce2eb5e (patch)
tree406da5cf52d71649829b6d57a429b20d9fda6914 /grpc.gemspec
parent8941f607d682d49f0b7c901bffd3e52941e4c5f9 (diff)
Allow SerializationTraits to use grpc::ByteBuffer, not just 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 c441107643..3c093dc99e 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 )