commit | 49b046dddf91b1056b818b4a5e80f25cc8a6df65 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 09 12:11:58 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:53:11 2012 +0200 |
tree | 2d65461c09faa89563279dad423670a20d1dbe45 | |
parent | 4a36b569092a6a93afe0097fbb52cc46b193a55d [diff] |
MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls These functions have a more explicity meaning and will offer provisions for explicit polling. EV_FD_ISSET() has been left for now as it is still in use in checks.