diff options
author | Vizerai <jsking@google.com> | 2016-09-09 14:22:19 -0700 |
---|---|---|
committer | Vizerai <jsking@google.com> | 2016-09-09 14:22:19 -0700 |
commit | 12d1fc61d85bc06b2f291f341d112f94ea1dee13 (patch) | |
tree | 0b88ab3c432b47913ae75ae2f9138510265bb2ff /grpc.gemspec | |
parent | 1c8bbc410612cf0b862598251ada8858803b5eb8 (diff) |
initial commit of tracing context files
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index f249006065..8edac26e06 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -333,6 +333,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/ext/census/mlog.h ) s.files += %w( src/core/ext/census/resource.h ) s.files += %w( src/core/ext/census/rpc_metric_id.h ) + s.files += %w( src/core/ext/census/trace_context.h ) s.files += %w( src/core/lib/surface/init.c ) s.files += %w( src/core/lib/channel/channel_args.c ) s.files += %w( src/core/lib/channel/channel_stack.c ) @@ -521,6 +522,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/ext/census/operation.c ) s.files += %w( src/core/ext/census/placeholders.c ) s.files += %w( src/core/ext/census/resource.c ) + s.files += %w( src/core/ext/census/trace_context.c ) s.files += %w( src/core/ext/census/tracing.c ) s.files += %w( src/core/plugin_registry/grpc_plugin_registry.c ) s.files += %w( third_party/boringssl/crypto/aes/internal.h ) |