GRPC C++  1.39.1
Functions
channel_create_posix.cc File Reference
#include <grpc/support/port_platform.h>
#include <grpc/grpc.h>
#include <grpc/grpc_posix.h>
#include <grpc/support/log.h>

Functions

grpc_channelgrpc_insecure_channel_create_from_fd (const char *, int, const grpc_channel_args *)
 Create a client channel to 'target' using file descriptor 'fd'. More...
 

Function Documentation

◆ grpc_insecure_channel_create_from_fd()

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.