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

Function destroy_epoll

io_wait.c:220–226  ·  view source on GitHub ↗

! * \brief epoll specific destroy * \param h IO handle */

Source from the content-addressed store, hash-verified

218 * \param h IO handle
219 */
220static void destroy_epoll(io_wait_h* h)
221{
222 if (h->epfd!=-1){
223 close(h->epfd);
224 h->epfd=-1;
225 }
226}
227#endif
228
229

Callers 1

destroy_io_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected