]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: fd: move the fd state management from ev_sepoll
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 15:05:19 +0000 (16:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 16:45:39 +0000 (17:45 +0100)
commit6ea20b1acb9aefe3b0f73e71352269d9c629a6f7
treeeeb18a34c308f3b70b6f6b3af1ead87a36042d54
parent7be79a41e1442290718d10e40ce0dd05af9d1249
REORG: fd: move the fd state management from ev_sepoll

ev_sepoll already provides everything needed to manage FD events
by only manipulating the speculative I/O list. Nothing there is
sepoll-specific so move all this to fd.
include/proto/fd.h
src/ev_sepoll.c
src/fd.c