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

Function destroy_kqueue

io_wait.c:255–261  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

253 * \param h IO handle
254 */
255static void destroy_kqueue(io_wait_h* h)
256{
257 if (h->kq_fd!=-1){
258 close(h->kq_fd);
259 h->kq_fd=-1;
260 }
261}
262#endif
263
264

Callers 1

destroy_io_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected