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