]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: add proxy_index_id() to index a proxy by its ID
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Aug 2025 17:45:03 +0000 (19:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 07:23:46 +0000 (09:23 +0200)
commiteab5b89dce86d0365ad4fb170abc641bb9cc88a5
tree94b179ecf9dd89bef77ab30539cf5ff7bdc05347
parent5e4b6714e1e9492f45e55bd47ca04d1a44c4a814
MINOR: proxy: add proxy_index_id() to index a proxy by its ID

This avoids needlessly exposing the tree's root and the mechanics outside
of the low-level code.
include/haproxy/proxy.h
src/cfgparse-listen.c
src/cfgparse.c
src/cli.c