commit | c05d30e9d8f55ff7f04741c7ae836f74c703822a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 28 14:50:29 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 28 16:08:08 2023 +0200 |
tree | 529c43711283aab5dcc36d67cbfa6960ae4173e7 | |
parent | 69530f59ae3a3b4db560a57139669737656b16c5 [diff] |
MINOR: clock: replace the timeval start_time with start_time_ns Now that "now" is no more a timeval, there's no point keeping a copy of it as a timeval, let's also switch start_time to nanoseconds, it simplifies operations.