diff options
author | Sree Kuchibhotla <sreecha@users.noreply.github.com> | 2017-08-04 13:16:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 13:16:13 -0700 |
commit | 1fb3b669f957c02b32ce0b967f391493b81808f5 (patch) | |
tree | d1b4cb285bd4dd47a87e53112e47adad11e353bf /grpc.gemspec | |
parent | 18df25228cfa1f97fc5cca9176fbaef64c0e4221 (diff) | |
parent | 34989fdaae7cf5d214529a49563ea11fc8860a87 (diff) |
Merge pull request #11579 from sreecha/fix_alarm
Refcount grpc_alarm object so that grpc_alarm_destroy() can be safely called before cq-next()
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index f4b1fcc6dd..07ca5de73c 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -333,6 +333,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/slice/slice_hash_table.h ) 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/surface/alarm_internal.h ) s.files += %w( src/core/lib/surface/api_trace.h ) s.files += %w( src/core/lib/surface/call.h ) s.files += %w( src/core/lib/surface/call_test_only.h ) |