aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-25 09:59:20 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-25 09:59:20 -0800
commit194824467c8d014123a8a3cc8f4ad65b6f9a9b85 (patch)
tree15d374907ebee9eed8be67025586517f53ba6f6f /grpc.gemspec
parent5de79ee59f526f1eb0125d6544aaccdf5527afb4 (diff)
Get subchannel index working
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 47b66ae535..afc4a890f4 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -172,6 +172,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/client_config/resolvers/sockaddr_resolver.h )
s.files += %w( src/core/client_config/subchannel.h )
s.files += %w( src/core/client_config/subchannel_factory.h )
+ s.files += %w( src/core/client_config/subchannel_index.h )
s.files += %w( src/core/client_config/uri_parser.h )
s.files += %w( src/core/compression/algorithm_metadata.h )
s.files += %w( src/core/compression/message_compress.h )
@@ -310,6 +311,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/client_config/resolvers/sockaddr_resolver.c )
s.files += %w( src/core/client_config/subchannel.c )
s.files += %w( src/core/client_config/subchannel_factory.c )
+ s.files += %w( src/core/client_config/subchannel_index.c )
s.files += %w( src/core/client_config/uri_parser.c )
s.files += %w( src/core/compression/algorithm.c )
s.files += %w( src/core/compression/message_compress.c )