MINOR: muxes: Rename mux_ctl_type values to use MUX_CTL_ prefix
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Nov 2023 13:27:51 +0000 (14:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Nov 2023 10:11:12 +0000 (11:11 +0100)
commitd982a37e4c63f6e692e39608e4b4d4eaaba3b9f0
tree0547db7b4575027523ad8b887e85cc83a29851d9
parent0b8e7d666e49ccdbad76816fb94abe3229d8e080
MINOR: muxes: Rename mux_ctl_type values to use MUX_CTL_ prefix

Instead of the generic MUX_, we now use MUX_CTL_ prefix for all mux_ctl_type
value. This will avoid any ambiguities with other enums, especially with a
new one that will be added to get information on mux streams.
include/haproxy/connection-t.h
src/backend.c
src/log.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/proto_rhttp.c
src/stream.c