]> git.kaiwu.me - haproxy.git/commit
MINOR: lbprm: add a new callback ->server_requeue to the lbprm
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Feb 2025 16:16:14 +0000 (17:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Feb 2025 16:16:14 +0000 (17:16 +0100)
commit20b8c4ddba21b9f6e4422595914e35fdf8481188
tree5d7ba90cacc045dd2357ce9b52c51ed38fd75477
parenteced1d6d8a1cca7748ad71e308ceb8faf5d55880
MINOR: lbprm: add a new callback ->server_requeue to the lbprm

This callback will be used to reposition a server to its expected
position regardless of the fact that it was taken or dropped. It
will only be used by supporting LB algos. For now, only fwlc defines
it and assigns it to fwlc_srv_reposition(). At the moment it's not
used yet.
include/haproxy/backend-t.h
src/lb_fwlc.c