mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-22 06:41:28 +02:00
The entering_poll/leaving_poll/measure_idle functions that were hard to classify and used to move to various locations have now been placed into clock.c since it's precisely about time-keeping. The functions were renamed to clock_*. The samp_time and idle_time values are now static since there is no reason for them to be read from outside.