MINOR: checks: use a nanosecond counters instead of timeval for checks->start
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Apr 2023 12:39:50 +0000 (14:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Apr 2023 14:08:08 +0000 (16:08 +0200)
commite8e4712771026d59d4916f00f8a4d3a3212c1a7d
tree04cd09d31e0e906bbd4c9ff3e46c78d9ca1042c9
parentb68d308aecadc46180443804117abaf4234e0e8d
MINOR: checks: use a nanosecond counters instead of timeval for checks->start

Now we store the checks start date as a nanosecond timestamps instead
of a timeval, this will simplify the operations with "now" in the near
future.
include/haproxy/check-t.h
src/check.c
src/mailers.c