uloop: handle EPOLLHUP like EPOLLERR to prevent infinite tight loops between epoll_wa...
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Jul 2012 16:17:40 +0000 (18:17 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 7 Jul 2012 16:17:40 +0000 (18:17 +0200)
commit0001d8ab26694f5f546da7e8f9d0575b49671500
treec9b808e123dac6bb47dd392129e55f4d4f5fe4ba
parentbbdc3bdb0505437782f83d8d0480e759cbe7ea57
uloop: handle EPOLLHUP like EPOLLERR to prevent infinite tight loops between epoll_wait() and the continue in uloop_run_events()
uloop.c