]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: use qcm prefix for mux callbacks
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 07:25:32 +0000 (09:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:13:46 +0000 (16:13 +0200)
commit545351f2c152d641059a85bdbd74189ac999dcc0
tree803b65bdc80fdd3db8ed1eca15c5ac81a1736b84
parentaf3560fa0a60bd27c6dd5163033ebbe9b18fd6c8
MINOR: mux_quic: use qcm prefix for mux callbacks

This is a follow-up on the QUIC MUX renaming process.

The current patch renames all MUX functions used as stream ops
callbacks. Also, internally defined mux_ops is also renamed from
"qmux_ops" to "quic_ops". There is no breaking change as mux_ops name
field remain set to "QUIC".
src/mux_quic.c