|
|
|
@ -179,7 +179,7 @@ extern grpc_lame_client_channel_create_type grpc_lame_client_channel_create_impo |
|
|
|
|
typedef void(*grpc_channel_destroy_type)(grpc_channel* channel); |
|
|
|
|
extern grpc_channel_destroy_type grpc_channel_destroy_import; |
|
|
|
|
#define grpc_channel_destroy grpc_channel_destroy_import |
|
|
|
|
typedef char*(*grpc_channel_get_trace_type)(grpc_channel* channel, bool recursive); |
|
|
|
|
typedef char*(*grpc_channel_get_trace_type)(grpc_channel* channel); |
|
|
|
|
extern grpc_channel_get_trace_type grpc_channel_get_trace_import; |
|
|
|
|
#define grpc_channel_get_trace grpc_channel_get_trace_import |
|
|
|
|
typedef intptr_t(*grpc_channel_get_uuid_type)(grpc_channel* channel); |
|
|
|
|