GRPC C++  1.30.0
Data Fields
grpc_call_details Struct Reference

#include <grpc_types.h>

Data Fields

grpc_slice method
 
grpc_slice host
 
gpr_timespec deadline
 
uint32_t flags
 
void * reserved
 

Field Documentation

◆ deadline

gpr_timespec grpc_call_details::deadline

◆ flags

uint32_t grpc_call_details::flags

◆ host

grpc_slice grpc_call_details::host

◆ method

grpc_slice grpc_call_details::method

◆ reserved

void* grpc_call_details::reserved

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