GRPC C++  1.0.0
Data Fields
grpc_call_details Struct Reference

#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
 

Field Documentation

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

The documentation for this struct was generated from the following file: