]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 17:40:40 +0000 (19:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit7cb9e6c6ba5fd264e43cc963a72594809e8af38f
tree6cf567f70db70a4f948c7bf2e8a1d8cdb0cf6bc7
parentc105492bf5b84b8b55a5c03fdce70fdd85d456bd
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"

These are the stream connectors, let's give them consistent names. The
patch is large (405 locations) but totally trivial.
27 files changed:
include/haproxy/channel.h
include/haproxy/cs_utils.h
include/haproxy/stream-t.h
include/haproxy/stream.h
src/backend.c
src/cache.c
src/cli.c
src/connection.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/frontend.c
src/hlua.c
src/http_ana.c
src/http_client.c
src/http_fetch.c
src/log.c
src/mux_h2.c
src/peers.c
src/proxy.c
src/queue.c
src/sink.c
src/ssl_sample.c
src/ssl_sock.c
src/stream.c
src/tcp_act.c
src/tcp_sample.c