commit | 078c2573c2feeee8d5c9007a4ec95b01e7768514 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 15:58:46 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | 5a535ff93061ca77cef9550ecfa051db78aec402 | |
parent | 99ea188c0e3f310a920d9d908f3c4a3e7cffa3f1 [diff] |
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.