]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: poll: add support for epoll
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2022 15:34:11 +0000 (16:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2022 16:07:22 +0000 (17:07 +0100)
commit2afa42599c4cde8411890add3cdf8fbdf92c00c4
treeb2dac4499e843b3b6f2f17f1bf8e76fdfcecdfd6
parentf9607f8b1f7d8ec2374cbbed6b3916d75e215153
DEV: poll: add support for epoll

When called with -e, epoll is used instead of poll. The poller does
very little in this code (just checks for any event without waiting) but
that's sufficient to see return values.
dev/poll/poll.c