MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / send_fd

Function send_fd

cdb2api/cdb2api.c:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747static int send_fd(int sockfd, const void *data, size_t nbytes, int fd_to_send)
748{
749 return send_fd_to(sockfd, data, nbytes, fd_to_send, 0);
750}
751
752static int cdb2_tcpresolve(const char *host, struct in_addr *in, int *port)
753{

Callers 2

cdb2_socket_pool_get_llFunction · 0.70

Calls 1

send_fd_toFunction · 0.70

Tested by

no test coverage detected