MINOR: activity: get the run_time from the clock updates

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.
This commit is contained in:
Willy Tarreau 2021-10-08 11:34:46 +02:00
parent f9d5e1079c
commit 20adfde9c8
8 changed files with 12 additions and 13 deletions