GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include <grpc/grpc.h>
#include <grpc/grpc_posix.h>
#include <grpc/support/log.h>
Functions | |
grpc_channel * | grpc_insecure_channel_create_from_fd (const char *target, int fd, const grpc_channel_args *args) |
Create a client channel to 'target' using file descriptor 'fd'. More... | |
grpc_channel* grpc_insecure_channel_create_from_fd | ( | const char * | target, |
int | fd, | ||
const grpc_channel_args * | args | ||
) |
Create a client channel to 'target' using file descriptor 'fd'.
The 'target' argument will be used to indicate the name for this channel. See the comment for grpc_insecure_channel_create for description of 'args' argument.