aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Adam Michalik <xyzzyz@google.com>2016-05-20 16:13:32 -0700
committerGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 15:09:19 -0700
commitbf10c82bf805a6d9b87813650e581113c4c7b3ff (patch)
tree9b197df812f1df5e21bd948ab4b439e6821e3c52 /grpc.gemspec
parent4023382294f732fe8fa1ff8e10a3eed68c154ff0 (diff)
implement support for adding external fd to server
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index daddc79926..406e0477b9 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -478,6 +478,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_config/subchannel_index.c )
s.files += %w( src/core/ext/client_config/uri_parser.c )
s.files += %w( src/core/ext/transport/chttp2/server/insecure/server_chttp2.c )
+ s.files += %w( src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c )
s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create.c )
s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c )
s.files += %w( src/core/ext/lb_policy/grpclb/load_balancer_api.c )