commit | e8e4712771026d59d4916f00f8a4d3a3212c1a7d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 28 14:39:50 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 28 16:08:08 2023 +0200 |
tree | 04cd09d31e0e906bbd4c9ff3e46c78d9ca1042c9 | |
parent | b68d308aecadc46180443804117abaf4234e0e8d [diff] |
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.