]> git.kaiwu.me - haproxy.git/commit
MINOR: Add `generate_unique_id()` helper
authorTim Duesterhus <tim@bastelstu.be>
Mon, 13 Apr 2026 17:37:27 +0000 (19:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2026 18:01:02 +0000 (20:01 +0200)
commit73040e3a8ee02a92e5af53aff3a751533c96c99e
tree330bf342f7ecc202a3a0830a2d2ffbf5cdeed60e
parent4cf06a7d23b62b6c91806d33529ee9ac7c501e28
MINOR: Add `generate_unique_id()` helper

This new function will handle the actual generation of the unique ID according
to a format. The caller is responsible to check that no unique ID is stored
yet.
include/haproxy/log.h
src/log.c
src/stream.c