]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stream-int/conn-stream: Move si_ops in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 06:58:29 +0000 (08:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit0c6a64cd5f20cd4489c47f625737727a4ad8525a
treeac91a0b6ed62c7f70f4fd30bec12a1783ac6c243
parentda098e6c17d7941a02dd5152514dc1edd02fdaf5
MEDIUM: stream-int/conn-stream: Move si_ops in the conn-stream scope

The si_ops structure is renamed to cs_app_ops and the callback functions are
changed to manipulate a conn-stream instead of a stream-interface..
include/haproxy/conn_stream-t.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/conn_stream.c
src/stream_interface.c