]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Move si_conn_ready() in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Mar 2022 07:58:41 +0000 (09:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commite39a4dfdf04d1327c46a27a1031c023e6bd92df9
tree37c9b294e8d21b6318badf33940e12ddbe922e24
parent0a4dcb65ff9f5215115c8c12be3a77217eeff255
MINOR: stream-int/conn-stream: Move si_conn_ready() in the conn-stream scope

si_conn_ready() is renamed cs_conn_ready() and handle a conn-stream insted
of a stream-interface. The function is now in cs_utils.h.
include/haproxy/cs_utils.h
include/haproxy/stream_interface.h
src/cli.c