Go to the documentation of this file.
19 #ifndef GRPC_GRPC_POSIX_H
20 #define GRPC_GRPC_POSIX_H
53 void* reserved,
int fd);
An array of arguments that can be passed around.
Definition: grpc_types.h:132
struct grpc_server grpc_server
A server listens to some port and responds to request calls.
Definition: grpc_types.h:65
struct grpc_channel grpc_channel
The Channel interface allows creation of Call objects.
Definition: grpc_types.h:62
GRPCAPI void grpc_server_add_insecure_channel_from_fd(grpc_server *server, void *reserved, int fd)
Add the connected communication channel based on file descriptor 'fd' to the 'server'.
GRPCAPI 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'.