]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: polling: replace epoll with sepoll and remove sepoll
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 16:42:00 +0000 (17:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 19:53:30 +0000 (20:53 +0100)
commite9f49e78feda3cfff5b899b9086bc3aad7bdbd79
tree2624b1c7cc36b42dc560fda4a532d7ec341e93d8
parent4a22627672412d21637787eadd9a3e71e97c7ece
MAJOR: polling: replace epoll with sepoll and remove sepoll

Now that all pollers make use of speculative I/O, there is no point
having two epoll implementations, so replace epoll with the sepoll code
and remove sepoll which has just become the standard epoll method.
Makefile
doc/configuration.txt
doc/haproxy-en.txt
doc/haproxy-fr.txt
include/common/epoll.h
include/types/global.h
src/cfgparse.c
src/ev_epoll.c
src/ev_sepoll.c [deleted file]
src/haproxy.c