]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: server: move findserver() from proxy.c to server.c
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jul 2025 08:56:34 +0000 (10:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jul 2025 08:30:27 +0000 (10:30 +0200)
commit12a6a3bb3fcfb72497e5944c2e1f696fafd033e5
tree81933003c7121d091a6a13a3bd3b3c1bde82bb5d
parent732cd0dfa25dd77b6b348ffd5abd1a0bffb7a4ce
REORG: server: move findserver() from proxy.c to server.c

The reason this function was overlooked is that it had mostly equivalent
ones in server.c, let's move them together.
include/haproxy/proxy.h
include/haproxy/server.h
src/proxy.c
src/server.c