MCPcopy Create free account
hub / github.com/RsyncProject/rsync / io_set_sock_fds

Function io_set_sock_fds

io.c:1142–1146  ·  view source on GitHub ↗

Note the fds used for the main socket (which might really be a pipe * for a local transfer, but we can ignore that). */

Source from the content-addressed store, hash-verified

1140/* Note the fds used for the main socket (which might really be a pipe
1141 * for a local transfer, but we can ignore that). */
1142void io_set_sock_fds(int f_in, int f_out)
1143{
1144 sock_f_in = f_in;
1145 sock_f_out = f_out;
1146}
1147
1148void set_io_timeout(int secs)
1149{

Callers 3

start_serverFunction · 0.85
client_runFunction · 0.85
start_daemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected