GRPC Core  18.0.0
Data Fields
grpc_core::Server::RegisteredCallAllocation Struct Reference

#include <server.h>

Data Fields

void * tag
 
grpc_call ** call
 
grpc_metadata_arrayinitial_metadata
 
gpr_timespecdeadline
 
grpc_byte_buffer ** optional_payload
 
grpc_completion_queuecq
 

Field Documentation

◆ call

grpc_call** grpc_core::Server::RegisteredCallAllocation::call

◆ cq

grpc_completion_queue* grpc_core::Server::RegisteredCallAllocation::cq

◆ deadline

gpr_timespec* grpc_core::Server::RegisteredCallAllocation::deadline

◆ initial_metadata

grpc_metadata_array* grpc_core::Server::RegisteredCallAllocation::initial_metadata

◆ optional_payload

grpc_byte_buffer** grpc_core::Server::RegisteredCallAllocation::optional_payload

◆ tag

void* grpc_core::Server::RegisteredCallAllocation::tag

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