]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_*
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 17:44:42 +0000 (19:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitcb0416652531b4f9ad4b74110f0d1329fefcecfd
tree380b5e7c2f40407e706218272b2347ba8d7f1cc5
parent7cb9e6c6ba5fd264e43cc963a72594809e8af38f
CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_*

This follows the natural naming. There are roughly 100 changes, all
totally trivial.
17 files changed:
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/cs_utils.h
src/applet.c
src/backend.c
src/check.c
src/cli.c
src/conn_stream.c
src/dns.c
src/http_ana.c
src/http_client.c
src/peers.c
src/proxy.c
src/sink.c
src/stream.c
src/tcp_act.c
src/tcp_rules.c