]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: activity: use nanoseconds, not timeval to compute uptime
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 12:47:34 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Apr 2023 14:08:08 +0000 (16:08 +0200)
commitb68d308aecadc46180443804117abaf4234e0e8d
treebd09db192dc1b41d4acf011458db154c056479c8
parent563efe62e9d214c062047f1a222aae98f87ff152
MINOR: activity: 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/activity.c