]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: implement source alias
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 11:38:31 +0000 (13:38 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:23:58 +0000 (16:23 +0200)
commit8e1b46f8d7acc3eec52b18a37b23609a8cf5ebc1
tree22ea437f7b6a6aa7f3877751a2144153c56b89b9
parent19a3c29d3c2a28b4d2f3928ae64747704595df1f
MINOR: trace: implement source alias

Add a new "alias" member in trace_source structure. Its purpose is to be
an alternative to the member "name". This will be used in the next patch
to allow renaming of QUIC mux traces while preserving compatibility.

This new member is only used in trace_find_source() which is the helper
used to retrieve a trace source from its name.
include/haproxy/trace-t.h
src/trace.c