GRPC C++  1.39.1
Data Fields
grpc_core::Server::BatchCallAllocation Struct Reference

#include <server.h>

Data Fields

void * tag
 
grpc_call ** call
 
grpc_metadata_arrayinitial_metadata
 
grpc_call_detailsdetails
 
grpc_completion_queuecq
 

Field Documentation

◆ call

grpc_call** grpc_core::Server::BatchCallAllocation::call

◆ cq

grpc_completion_queue* grpc_core::Server::BatchCallAllocation::cq

◆ details

grpc_call_details* grpc_core::Server::BatchCallAllocation::details

◆ initial_metadata

grpc_metadata_array* grpc_core::Server::BatchCallAllocation::initial_metadata

◆ tag

void* grpc_core::Server::BatchCallAllocation::tag

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