mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 13:42:45 +02:00
The idle time calculation stuff was moved to task.h by commit 6dfab112e
("REORG: sched: move idle time calculation from time.h to task.h") but
these two variables that are only maintained by task.{c,h} were still
left in time.{c,h}. They have to move as well.