]> git.kaiwu.me - haproxy.git/commit
MINOR: lb: cleanups
authorMaxime Henrion <mhenrion@haproxy.com>
Mon, 27 Apr 2026 19:29:22 +0000 (15:29 -0400)
committerOlivier Houchard <cognet@ci0.org>
Tue, 28 Apr 2026 13:31:51 +0000 (15:31 +0200)
commit194bad6aaf32734e7548a5b0b4c20215b98b5b21
tree3eba5ac11b0e943d57f1b1327df5bb559eea4bef
parent583a94712397afd1c4e4772010a190c1636be816
MINOR: lb: cleanups

Remove exports for functions that are not called directly anymore, and
make them static. This involves some reordering to avoid the need for a
forward static declaration.

Also remove the old callback fields from the lbprm struct.
13 files changed:
include/haproxy/backend-t.h
include/haproxy/lb_chash.h
include/haproxy/lb_fas.h
include/haproxy/lb_fwlc.h
include/haproxy/lb_fwrr.h
include/haproxy/lb_map.h
include/haproxy/lb_ss.h
src/lb_chash.c
src/lb_fas.c
src/lb_fwlc.c
src/lb_fwrr.c
src/lb_map.c
src/lb_ss.c