tor/changes/bug23696
David Goulet 070064de89 sched: Always initialize scheduler_last_run to now
Because our monotonic time interface doesn't play well with value set to 0,
always initialize to now() the scheduler_last_run at init() of the KIST
scheduler.

Fixes #23696

Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-09-29 14:07:55 -04:00

4 lines
182 B
Plaintext

o Minor bugfixes (scheduler, kist):
- Properly initialize the scheduler last run time counter so it is not 0
at the first tick. Fixes bug 23696; bugfix on 0.3.2.1-alpha.