epoll_wait: flags argument is unused
commitec3f871c9a34734b865365a43979a0b459654b05
authorEric Wong <normalperson@yhbt.net>
Sun, 8 May 2011 07:26:55 +0000 (8 07:26 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 8 May 2011 07:26:55 +0000 (8 07:26 +0000)
treee40fdaef70e5920984e86b76eba0cd37a3bffe6d
parente64e2e0045d63c4edd291839febba978534be652
epoll_wait: flags argument is unused

We only poll for one event (EPOLLIN/EPOLLOUT) at a time,
so there's no need to actually check since they're too
rare.
lib/rainbows/epoll.rb
lib/rainbows/xepoll_thread_spawn/client.rb