]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: use nanoseconds, not timeval to compute uptime
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 12:41:37 +0000 (14:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Apr 2023 14:08:08 +0000 (16:08 +0200)
commit563efe62e9d214c062047f1a222aae98f87ff152
treebd7422366d6b798643af14fecc482d1f3c3fca4b
parentad5a5f677974d1dd16aa29c614e79fbe0e7d573f
MINOR: stats: use nanoseconds, not timeval to compute uptime

Now that we have the required functions, let's get rid of the timeval
in intermediary calculations.
src/stats.c