]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: server: add server_find_by_addr()
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jul 2025 12:43:28 +0000 (14:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jul 2025 08:30:28 +0000 (10:30 +0200)
commit616c10f6087ddb409438d2a46320c99a5477d46c
tree26e8a0fb0f4f0bd2fe0c09537003147273fb37dc
parentfda04994d90cc9b731346f73037328881e9bd638
CLEANUP: server: add server_find_by_addr()

Server lookup by address requires locking and manipulation of the tree
from user code. Let's provide server_find_by_addr() which does that for
us.
include/haproxy/server.h
src/server.c