]> git.kaiwu.me - haproxy.git/commit
MINOR: check: Support generating a `unique_id` for checks
authorTim Duesterhus <tim@bastelstu.be>
Mon, 13 Apr 2026 17:37:30 +0000 (19:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2026 18:01:42 +0000 (20:01 +0200)
commit2c748125f5c8fcea44dc0f5a891beef4d4288abb
tree84c5fc1a322b3e09685faf84914f7395997ab3d3
parent7ff26271122fd3e12ab782a1ad0167f22d913ae9
MINOR: check: Support generating a `unique_id` for checks

This implementation is directly modeled after `stream_generate_unique_id()` and
the corresponding `unique_id` field on `struct stream`.

It will be used in a future commit to enable the use of the `%[unique-id]`
fetch in check rules.
include/haproxy/check-t.h
include/haproxy/check.h
src/check.c