mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 23:32:42 +02:00
The 4 pollers all contain the same code used to compute the poll timeout. This is pointless, let's centralize this into fd.h. This also gets rid of the useless SCHEDULER_RESOLUTION macro which used to work arond a very old linux 2.2 bug causing select() to wake up slightly before the timeout.