#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_balancer_addresses.h"
#include <stddef.h>
#include <memory>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gpr/useful.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Macros | |
#define | GRPC_ARG_GRPCLB_BALANCER_ADDRESSES "grpc.grpclb_balancer_addresses" |
Functions | |
grpc_arg | grpc_core::CreateGrpclbBalancerAddressesArg (const ServerAddressList *address_list) |
const ServerAddressList * | grpc_core::FindGrpclbBalancerAddressesInChannelArgs (const grpc_channel_args &args) |
#define GRPC_ARG_GRPCLB_BALANCER_ADDRESSES "grpc.grpclb_balancer_addresses" |
Definition at line 29 of file grpclb_balancer_addresses.cc.