[MINOR] move the load balancing algorithm to be->lbprm.algo
authorWilly Tarreau <w@1wt.eu>
Thu, 29 Nov 2007 14:38:04 +0000 (15:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 29 Nov 2007 14:38:04 +0000 (15:38 +0100)
commit3168223a7b33a1d5aad1e11b8f2ad917645d7f27
tree3da1162b4556299df6a8307ae27c2127864d5cf7
parent980b7d35c64e4c7b18f711ad0258ebcebc78dfd5
[MINOR] move the load balancing algorithm to be->lbprm.algo

The number of possible options for a proxy has already reached
32, which is the current limit due to the fact that they are
each represented as a bit in a 32-bit word.

It's possible to move the load balancing algorithms to another
place. It will also save some space for future algorithms.
include/types/backend.h
include/types/proxy.h
src/backend.c
src/cfgparse.c