]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: quic: move mux function outside of xprt
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Dec 2021 10:53:10 +0000 (11:53 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Dec 2021 14:51:40 +0000 (15:51 +0100)
commit8a5b27a9b93b5e08d349e497c0e799405548d6ef
tree4f4e9998bac168a8def8329c715d4819702ccab8
parent17a741693c80a4a76b70f2016aa495dbadc6d307
REORG: quic: move mux function outside of xprt

Move qcc_get_qcs() function from xprt_quic.c to mux_quic.c. This
function is used to retrieve the qcs instance from a qcc with a stream
id. This clearly belongs to the mux-quic layer.
include/haproxy/mux_quic.h
src/mux_quic.c
src/xprt_quic.c