]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Mar 2022 15:44:45 +0000 (17:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commitda098e6c17d7941a02dd5152514dc1edd02fdaf5
tree33e04244a041767a481f98bd0299fcbfd6753cca
parent69ef6c9ef4712ff9a244f6d719a4981e389990f2
MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope

si_shutr(), si_shutw(), si_chk_rcv() and si_chk_snd() are moved in the
conn-stream scope and renamed, respectively, cs_shutr(), cs_shutw(),
cs_chk_rcv(), cs_chk_snd() and manipulate a conn-stream instead of a
stream-interface.
17 files changed:
addons/promex/service-prometheus.c
include/haproxy/stream_interface.h
src/backend.c
src/cache.c
src/cli.c
src/dns.c
src/flt_spoe.c
src/hlua.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/stream_interface.c
src/tcp_rules.c