|
GRPC C++
1.0.0
|
#include <grpc_types.h>
Data Fields | |
| char * | method |
| size_t | method_capacity |
| char * | host |
| size_t | host_capacity |
| gpr_timespec | deadline |
| uint32_t | flags |
| void * | reserved |
| gpr_timespec grpc_call_details::deadline |
| uint32_t grpc_call_details::flags |
| char* grpc_call_details::host |
| size_t grpc_call_details::host_capacity |
| char* grpc_call_details::method |
| size_t grpc_call_details::method_capacity |
| void* grpc_call_details::reserved |
1.8.11