19 #ifndef GRPC_CORE_LIB_SECURITY_TRANSPORT_TARGET_AUTHORITY_TABLE_H 20 #define GRPC_CORE_LIB_SECURITY_TRANSPORT_TARGET_AUTHORITY_TABLE_H An array of arguments that can be passed around.
Definition: grpc_types.h:132
A single argument...
Definition: grpc_types.h:103
Round Robin Policy.
Definition: backend_metric.cc:24
Definition: slice_hash_table.h:46
grpc_arg CreateTargetAuthorityTableChannelArg(TargetAuthorityTable *table)
Returns a channel argument containing table.
Definition: target_authority_table.cc:54
SliceHashTable< grpc_core::UniquePtr< char > > TargetAuthorityTable
A hash table mapping target addresses to authorities.
Definition: target_authority_table.h:29
TargetAuthorityTable * FindTargetAuthorityTableInArgs(const grpc_channel_args *args)
Returns the target authority table from args or nullptr.
Definition: target_authority_table.cc:60