19 #ifndef GRPC_CORE_LIB_IOMGR_ENDPOINT_PAIR_H
20 #define GRPC_CORE_LIB_IOMGR_ENDPOINT_PAIR_H
grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char *name, grpc_channel_args *args)
An array of arguments that can be passed around.
Definition: grpc_types.h:132
Definition: endpoint_pair.h:26
grpc_endpoint * server
Definition: endpoint_pair.h:28
grpc_endpoint * client
Definition: endpoint_pair.h:27
Definition: endpoint.h:102