]> git.kaiwu.me - haproxy.git/commit
MINOR: server: add server_index_id() to index a server by its ID
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Aug 2025 17:33:52 +0000 (19:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 07:23:46 +0000 (09:23 +0200)
commit5a5cec4d7a3510676955b322254b46369f5f54d0
tree8d562929e0a28afb2dd25341e2f1bec7d31de9a4
parent4ed4cdbf3d08cec3725d7d1d96a2b235ab10d00d
MINOR: server: add server_index_id() to index a server by its ID

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