mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 02:53:21 +02:00
Instead of fiddling with before_poll and after_poll in activity_count_runtime(), the function is now called by clock_entering_poll() which passes it the number of microseconds spent working. This allows to remove all calls to activity_count_runtime() from the pollers.