]> git.kaiwu.me - haproxy.git/commit
CLEANUP: stdesc: rename the stream connector ->cs field to ->sc
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 05:43:52 +0000 (07:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitc105492bf5b84b8b55a5c03fdce70fdd85d456bd
tree98e9d9661776970deaee2cd4cdeba7568d9fab05
parent32c095b622ca7c8175f62785003eb714922e9b15
CLEANUP: stdesc: rename the stream connector ->cs field to ->sc

This is a rename of this field. Most of the places were in muxes, but
were already factored with the previous series adding *_sc().
include/haproxy/applet.h
include/haproxy/conn_stream-t.h
include/haproxy/mux_quic.h
src/conn_stream.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c