diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-28 08:37:51 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-28 08:37:51 -0700 |
commit | ef6b97659edb575a002d574db89d90f7ebf4b979 (patch) | |
tree | 249ed65682669483185f532e6b79da0f6922d995 /src/ruby/ext | |
parent | 82509936ae1de5620825e8a5b27c34b47d9f1af8 (diff) |
Add tracing, fix some transport bugs wrt buffer_pools
Diffstat (limited to 'src/ruby/ext')
-rw-r--r-- | src/ruby/ext/grpc/rb_grpc_imports.generated.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/ext/grpc/rb_grpc_imports.generated.h b/src/ruby/ext/grpc/rb_grpc_imports.generated.h index 4926275fa2..703ea59e6e 100644 --- a/src/ruby/ext/grpc/rb_grpc_imports.generated.h +++ b/src/ruby/ext/grpc/rb_grpc_imports.generated.h @@ -347,7 +347,7 @@ extern grpc_is_binary_header_type grpc_is_binary_header_import; typedef const char *(*grpc_call_error_to_string_type)(grpc_call_error error); extern grpc_call_error_to_string_type grpc_call_error_to_string_import; #define grpc_call_error_to_string grpc_call_error_to_string_import -typedef grpc_buffer_pool *(*grpc_buffer_pool_create_type)(void); +typedef grpc_buffer_pool *(*grpc_buffer_pool_create_type)(const char *trace_name); extern grpc_buffer_pool_create_type grpc_buffer_pool_create_import; #define grpc_buffer_pool_create grpc_buffer_pool_create_import typedef void(*grpc_buffer_pool_ref_type)(grpc_buffer_pool *buffer_pool); |