]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: pass the server and thread to srv_migrate_conns_to_remove()
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Sep 2025 14:24:16 +0000 (16:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 07:23:46 +0000 (09:23 +0200)
commitf7d1fc2b08c9b77b26a8b25a6d38c885afc55b09
tree128c9f69f45026083b56bbe70abd82cc3304c43f
parentd1c5df68662e5335e2f25f0d6a0fef895984c026
MINOR: server: pass the server and thread to srv_migrate_conns_to_remove()

We'll need to have access to the srv_per_thread element soon from this
function, and there's no particular reason for passing it list pointers
so let's pass the server and the thread so that it is autonomous. It
also makes the calling code simpler.
src/server.c