]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sink: Add a ref to sink in the sink_forward_target structure
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 May 2022 12:50:09 +0000 (14:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:22 +0000 (16:13 +0200)
commit2ae25ea24b26e0d3dcdfe58f7c15f3dca53353bd
treee21ce893b71fc5562794649c864a981c14eb42b1
parentb1e0836ecf484a2f65a2165f1ce5b673462ae467
MINOR: sink: Add a ref to sink in the sink_forward_target structure

This change is required to be able to refactor the init stage of appctx. It
is now possible to directly get the sink from a forward target.
include/haproxy/sink-t.h
src/sink.c