Public Attributes | List of all members
grpc_core::Server::RegisteredCallAllocation Struct Reference

#include <server.h>

Public Attributes

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

Detailed Description

Definition at line 97 of file src/core/lib/surface/server.h.

Member Data Documentation

◆ call

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

Definition at line 99 of file src/core/lib/surface/server.h.

◆ cq

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

Definition at line 103 of file src/core/lib/surface/server.h.

◆ deadline

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

Definition at line 101 of file src/core/lib/surface/server.h.

◆ initial_metadata

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

Definition at line 100 of file src/core/lib/surface/server.h.

◆ optional_payload

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

Definition at line 102 of file src/core/lib/surface/server.h.

◆ tag

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

Definition at line 98 of file src/core/lib/surface/server.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:37