]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_{shut,chk}* to sc_*
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 07:00:19 +0000 (09:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitf61dd19284b4a2a588b639f51afd833a88e335e8
treeaa4fc25f847f512d3e2b277306be797efe5a7a14
parentd68ff018c526b0395ea7b4c0e20da719cf6b26c9
CLEANUP: stconn: rename cs_{shut,chk}* to sc_*

This applies the following renaming:

cs_shutr() -> sc_shutr()
cs_shutw() -> sc_shutw()
cs_chk_rcv() -> sc_chk_rcv()
cs_chk_snd() -> sc_chk_snd()
cs_must_kill_conn() -> sc_must_kill_conn()
18 files changed:
addons/promex/service-prometheus.c
include/haproxy/cs_utils.h
src/backend.c
src/cache.c
src/cli.c
src/conn_stream.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_act.c
src/http_ana.c
src/http_client.c
src/log.c
src/peers.c
src/sink.c
src/stats.c
src/stream.c
src/tcp_rules.c