]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: remove qstrm naming in QUIC MUX
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 08:39:19 +0000 (10:39 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:22:43 +0000 (16:22 +0200)
commit96b72fd4618f4934aeaf0b0aa860ebdd10e272a7
tree8be725957c4d671ef4e3553ee937b94da0ee830c
parent57ab169747ead12e8ba60819a8ee30fed9cf14c6
MINOR: mux_quic: remove qstrm naming in QUIC MUX

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

The current patch replaces "qstrm" naming with "qmux" in QUIC MUX source
file. Some members are impacted in qcc and qcs structures, as well as
some internal functions used for QMux receive/send. Internal mux_ops is
also rename to qmux_ops. This is not a breaking change as its externally
visible name was already set to "qmux" originally.
include/haproxy/mux_quic-t.h
include/haproxy/qcm_qmux.h
src/mux_quic.c
src/qcm_qmux.c