]> git.kaiwu.me - haproxy.git/commit
MEDIUM: mux_quic: rename qmux traces to qcm
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 08:17:58 +0000 (10:17 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:23:58 +0000 (16:23 +0200)
commitc090e515027e39e0288ec4e774653b51f345925d
treeafa8aceeac87dd438536c61906721c06b4614e40
parent8e1b46f8d7acc3eec52b18a37b23609a8cf5ebc1
MEDIUM: mux_quic: rename qmux traces to qcm

This patch is part of a renaming affecting mux_quic and related files.
Naming "qcm" will become the new marker for common mux_quic stuffs,
shared both on QUIC and QMux protocols. The final objective is to limit
"qmux" naming for stuffs related to the new experimental protocol of the
same name.

The current patch renames mux_quic traces token to "qcm". This is the
only change with external visible impacts in the whole renaming series.
However, to preserve compatibility, trace source alias is defined with
the older name "qmux". This relies on the previous patch which
introduced "alias" new trace_source member.
examples/traces.cfg
src/haterm_init.c
src/qcm_trace.c