GRPC Core  9.0.0
Data Fields
alts_shared_resource_dedicated Struct Reference

Main struct containing ALTS shared resources used when employing the dedicated completion queue and thread. More...

#include <alts_shared_resource.h>

Data Fields

grpc_core::Thread thread
 
grpc_completion_queuecq
 
grpc_pollset_setinterested_parties
 
grpc_cq_completion storage
 
gpr_mu mu
 
grpc_channelchannel
 

Detailed Description

Main struct containing ALTS shared resources used when employing the dedicated completion queue and thread.

Field Documentation

◆ channel

grpc_channel* alts_shared_resource_dedicated::channel

◆ cq

grpc_completion_queue* alts_shared_resource_dedicated::cq

◆ interested_parties

grpc_pollset_set* alts_shared_resource_dedicated::interested_parties

◆ mu

gpr_mu alts_shared_resource_dedicated::mu

◆ storage

grpc_cq_completion alts_shared_resource_dedicated::storage

◆ thread

grpc_core::Thread alts_shared_resource_dedicated::thread

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