]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_*
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 14:10:52 +0000 (16:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitea27f48c5aa5273a1c67ef533e3a52b84705e41e
treefaa8da821c0ded0ce46104a26891ea4332da8d26
parent40a9c32e3a4f2f9a85df9e335dbac8b3e12f80fa
CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_*

These functions return the app-layer associated with an stconn, which
is a check, a stream or a stream's task. They're used a lot to access
channels, flags and for waking up tasks. Let's just name them
appropriately for the stream connector.
21 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet.h
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
src/cache.c
src/check.c
src/cli.c
src/conn_stream.c
src/connection.c
src/debug.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/log.c
src/mux_fcgi.c
src/mux_h1.c
src/peers.c
src/sink.c
src/stats.c
src/stick_table.c
src/stream.c