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

Function destroy_devpoll

io_wait.c:289–295  ·  view source on GitHub ↗

! * \brief dev/poll specific destroy * \param h IO handle */

Source from the content-addressed store, hash-verified

287 * \param h IO handle
288 */
289static void destroy_devpoll(io_wait_h* h)
290{
291 if (h->dpoll_fd!=-1){
292 close(h->dpoll_fd);
293 h->dpoll_fd=-1;
294 }
295}
296#endif
297
298

Callers 1

destroy_io_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected