]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int-conn-stream: Move si_update_* in conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 12:23:38 +0000 (14:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit13045f0eaedc36f73d08eb64d1d6832c37ad6988
treed74c778217eadb082113773921e3888690ab050d
parent9ffddd5ca56d408128714489638d5d23ab7492ad
MINOR: stream-int-conn-stream: Move si_update_* in conn-stream scope

si_update_rx(), si_update_tx() and si_update() are renamed cs_update_rx(),
cs_upate_tx() and cs_update() and updated to manipulate a conn-stream
instead of a stream-interface.
include/haproxy/cs_utils.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/conn_stream.c
src/hlua.c
src/stream.c
src/stream_interface.c