MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / clean_read_pipeend

Function clean_read_pipeend

daemonize.c:180–186  ·  view source on GitHub ↗

cleans read pipe end * for processes done reading */

Source from the content-addressed store, hash-verified

178/* cleans read pipe end
179 * for processes done reading */
180void clean_read_pipeend(void)
181{
182 if (status_pipe[0] != -1) {
183 close(status_pipe[0]);
184 status_pipe[0] = -1;
185 }
186}
187
188/* cleans write pipe end
189 * for processes done writing the status code

Callers 4

daemonizeFunction · 0.85
fork_dynamic_udp_processFunction · 0.85
fork_dynamic_tcp_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected