r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOLLIN...
commitcc336df026db5b613c2416163a5167bfe57fb810
authorAndrew Tridgell <tridge@samba.org>
Sun, 13 Feb 2005 08:52:12 +0000 (13 08:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:48 +0000 (10 13:09 -0500)
treed122961f8ba3eff391eb1849ae824a867ad466a9
parent11e6c958fdfda9c42f0e69f59af7f1d2bdca010c
r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOLLIN. We need to map
these to "read" events for the events code to work on errors like connection refused
(thanks to vl for noticing this bug)
(This used to be commit 7c379590b4ca808eddef5c3ac15db25cefc5215b)
source4/lib/events/events.c