Note the fds used for the main socket (which might really be a pipe * for a local transfer, but we can ignore that). */
| 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). */ |
| 1142 | void 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 | |
| 1148 | void set_io_timeout(int secs) |
| 1149 | { |
no outgoing calls
no test coverage detected