REORG: sched: moved samp_time and idle_time to task.c as well
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 13:58:46 +0000 (15:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
commit078c2573c2feeee8d5c9007a4ec95b01e7768514
tree5a535ff93061ca77cef9550ecfa051db78aec402
parent99ea188c0e3f310a920d9d908f3c4a3e7cffa3f1
REORG: sched: moved samp_time and idle_time to task.c as well

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.
include/haproxy/task.h
include/haproxy/time.h
src/task.c
src/time.c