haproxy/addons/ot/include
Willy Tarreau 5554264f31 REORG: time: move time-keeping code and variables to clock.c
There is currently a problem related to time keeping. We're mixing
the functions to perform calculations with the os-dependent code
needed to retrieve and adjust the local time.

This patch extracts from time.{c,h} the parts that are solely dedicated
to time keeping. These are the "now" or "before_poll" variables for
example, as well as the various now_*() functions that make use of
gettimeofday() and clock_gettime() to retrieve the current time.

The "tv_*" functions moved there were also more appropriately renamed
to "clock_*".

Other parts used to compute stolen time are in other files, they will
have to be picked next.
2021-10-08 17:22:26 +02:00
..
cli.h
conf.h BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode 2021-06-10 06:45:39 +02:00
config.h
debug.h
define.h CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion 2021-04-21 09:20:17 +02:00
event.h
filter.h MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn' 2021-09-12 07:08:14 +02:00
group.h
http.h
include.h REORG: time: move time-keeping code and variables to clock.c 2021-10-08 17:22:26 +02:00
opentracing.h BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode 2021-06-10 06:45:39 +02:00
parser.h BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context 2021-09-12 07:07:13 +02:00
pool.h
scope.h CLEANUP: opentracing: use the haproxy function to generate uuid 2021-09-12 07:08:14 +02:00
util.h
vars.h