]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: time: export the global_now variable
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Mar 2021 17:52:18 +0000 (18:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Mar 2021 18:25:47 +0000 (19:25 +0100)
commit650f374f24c4dd14e90d336c72c2370242be1459
tree0af2a58944ce197a31255bb4641675d078893eb5
parent59b29257338f8e7fb6def6bddda45d08651ffe1c
MINOR: time: export the global_now variable

This is the process-wide monotonic time that is used to update each
thread's own time. It may be required at a few places where a strictly
monotonic clock is required such as freq_ctr. It will be have to be
backported as a dependency of a forthcoming fix.
include/haproxy/time.h
src/time.c