]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream: Move si_conn_cb in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 15:06:32 +0000 (17:06 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit000ba3e613b31986d94b8e6eeeb76a22095b55ac
tree6637b295b83e4ede5fae71c1f8ec469676d2b728
parent431ce2e3c1d97585950fb38a517430b08b250120
MINOR: conn-stream: Move si_conn_cb in the conn-stream scope

si_conn_cb variable is renamed cs_data_conn_cb. In addtion, its associated
functions are also renamed. si_cs_recv(), si_cs_send() and si_cs_process() are
renamed cs_conn_recv(), cs_conn_send and cs_conn_process(). These functions are
updated to manipulate conn-streams instead of stream-interfaces.
include/haproxy/stream_interface.h
src/conn_stream.c
src/stream_interface.c