GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include <grpc/support/log.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/security/transport/target_authority_table.h"
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Macros | |
#define | GRPC_ARG_TARGET_AUTHORITY_TABLE "grpc.target_authority_table" |
Functions | |
grpc_arg | grpc_core::CreateTargetAuthorityTableChannelArg (TargetAuthorityTable *table) |
Returns a channel argument containing table. More... | |
TargetAuthorityTable * | grpc_core::FindTargetAuthorityTableInArgs (const grpc_channel_args *args) |
Returns the target authority table from args or nullptr. More... | |
#define GRPC_ARG_TARGET_AUTHORITY_TABLE "grpc.target_authority_table" |