]> git.kaiwu.me - haproxy.git/commit
MINOR: proxy: define proxy watcher member
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 10 Feb 2026 10:18:11 +0000 (11:18 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 27 Feb 2026 09:28:24 +0000 (10:28 +0100)
commit4bcfc09acf26fc74f422766163629008fbae8683
treed872b2734b6db77c32e5866cb1871d8d944ce1e8
parent08623228a16f7609d9b76806f321a98df0816784
MINOR: proxy: define proxy watcher member

Define a new member watcher_list in proxy. It will be used to register
modules which iterate over the proxies list. This will ensure that the
operation is safe even if a backend is removed in parallel.
include/haproxy/proxy-t.h
src/proxy.c