]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Move si_cs_io_cb() in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 14:58:52 +0000 (16:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit4a7764ae9d8dc17aa6fdd2e7e6894a15000a4e46
tree25287a556331e1dc6d158aad4fce11426378bc45
parent9029a72899a1af1aca2bff29ddf6887308d4264c
MINOR: stream-int/conn-stream: Move si_cs_io_cb() in the conn-stream scope

si_cs_io_cb() is renamed cs_conn_io_cb(). In addition, the context of the
tasklet used to wake-up the conn-stream is now a conn-stream.
include/haproxy/stream_interface.h
src/conn_stream.c
src/debug.c
src/stream_interface.c
src/tools.c