]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] pollers: store the events in arrays
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Apr 2007 15:42:27 +0000 (17:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Apr 2007 15:42:27 +0000 (17:42 +0200)
commit28d86862bc6acc31a78b34c4bf5bb7554ded49fc
tree9f14e488e58864a5f951c2cded82758a8e12346d
parent663193882af02fe419584e05ab10e87f03cee90d
[MEDIUM] pollers: store the events in arrays

Instead of managing StaticReadEvent/StaticWriteEvent, use evts[dir]
src/ev_epoll.c
src/ev_poll.c
src/ev_select.c