]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux: Rename the "token" from mux_proto_list to mux_proto
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 19 May 2026 12:46:25 +0000 (14:46 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 19 May 2026 16:33:54 +0000 (18:33 +0200)
commit022681eca222a10139cf4d4bc4e828f6f6fb840f
tree43eebf5e56ab7bfcc9141c35526003a1060f3074
parent50354f929dd22cd2c34db723918667050b20b9a8
MINOR: mux: Rename the "token" from mux_proto_list to mux_proto

In struct mux_proto_list, rename the "token" field to "mux_proto". That
field should only be used to match the name provided in the "proto"
directive, and it will be soon.
This should be a no-op.
17 files changed:
include/haproxy/connection-t.h
include/haproxy/connection.h
src/backend.c
src/connection.c
src/extcheck.c
src/fcgi-app.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c
src/mux_spop.c
src/proto_rhttp.c
src/proxy.c
src/server.c
src/session.c
src/stream.c