]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: polling: remove unused callbacks from the poller struct
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 20:02:34 +0000 (21:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 20:02:34 +0000 (21:02 +0100)
commit70c6fd82c33b0fb34a92010a888d2e4e3168b169
tree4ffe1c78cd04051e7fca1fd4622e03675c1e9d23
parente9f49e78feda3cfff5b899b9086bc3aad7bdbd79
MAJOR: polling: remove unused callbacks from the poller struct

Since no poller uses poller->{set,clr,wai,is_set,rem} anymore, let's
remove them and remove the associated pointer tests in proto/fd.h.
include/proto/fd.h
include/types/fd.h
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c