]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sink: convert list to standard doubly linked one
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 16 Jul 2026 10:01:02 +0000 (12:01 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jul 2026 14:03:19 +0000 (16:03 +0200)
commit07dc4cb0ae17c21d63f169cf8211d45fc9ea3523
treeffc3bc9b70b73a271297480e6eecfa320722810a
parent262012e0ee71a665764c343259ac03e181035487
MINOR: sink: convert list to standard doubly linked one

This patch is similar to the previous one, dealing this time with sink
proxies stored in <sink_proxies_list>.

This list is converted to a doubly linked standard list type, in
preparation to the conversion of the visible proxies list. The objective
is similar : code simplification for check_config_validity() when
looping over several proxies list.
include/haproxy/proxy-t.h
include/haproxy/sink.h
src/cfgparse.c
src/sink.c