]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Use the CS to register and release applets instead of SI
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 09:36:58 +0000 (11:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit3704663e5f9490398bfea46cb458b4ed9f30fd9f
treef00da811eefd5dae4a5269b3f497e0aa2eb4f917
parent0c6a64cd5f20cd4489c47f625737727a4ad8525a
MINOR: applet: Use the CS to register and release applets instead of SI

si_register_applet() and si_applet_release() are renamed
cs_register_applet() and cs_applet_release() and now manipulate a
conn-stream instead of a stream-inteface.
include/haproxy/conn_stream.h
include/haproxy/stream_interface.h
src/backend.c
src/cache.c
src/conn_stream.c
src/http_ana.c
src/stream.c
src/stream_interface.c