]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: clock: add clock_get_now_offset() helper
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 7 Aug 2025 13:28:59 +0000 (15:28 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 7 Aug 2025 20:27:09 +0000 (22:27 +0200)
commitc8282f61386ea6a5523a7da9343834a3d150cb1c
treecf2e3829c9e4f735a11853c4b2c12b9be0cf92ec
parent20f9d8fa4e132478044e2188706e14d56c758e82
MINOR: clock: add clock_get_now_offset() helper

Same as clock_set_now_offset() but to retrieve the offset from external
location.
include/haproxy/clock.h
src/clock.c