]> git.kaiwu.me - haproxy.git/commit
[MAJOR] ev_epoll: do not rely on fd_sets anymore
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Apr 2007 23:33:20 +0000 (01:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Apr 2007 23:43:43 +0000 (01:43 +0200)
commit58094f2fd9b725e489fc58b76689c2c4f4a0a886
treebd14c3387679b37916452ab87f132c8d52579e0e
parent167d8b59531bb0fde68d374dda2520bf1f1ed76d
[MAJOR] ev_epoll: do not rely on fd_sets anymore

The new epoll-based poller uses a list of changes in order to
process only the fds which have changed.
src/ev_epoll.c