]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] group PR_O_BALANCE_* bits into a checkable value
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Nov 2007 20:08:19 +0000 (21:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Nov 2007 22:01:49 +0000 (23:01 +0100)
commit1a20a5d1b200cf784fa4bd9e6118c476c402437f
treeb4f8f390c01145e78aab09ad173941a58f972bc0
parente6bbd7469066ea8f8655c23ee43bd3f2b3463fa3
[CLEANUP] group PR_O_BALANCE_* bits into a checkable value

In preparation for newer balance algorithms, group the
sparse PR_O_BALANCE_* values into layer4 and layer7-based
algorithms. This will ease addition of newer algorithms.
include/types/backend.h
src/backend.c
src/cfgparse.c