[MINOR] backend: reorganize the LB algorithm selection
authorWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 10:36:05 +0000 (12:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 16:41:18 +0000 (18:41 +0200)
commitda76f4f711b3685af33ffc15462cd23b540d46a0
treeb94a0563f0b5428804a4076cf5f8962658034763
parentf3e49f95213165bad22e116364701903bb0fbc60
[MINOR] backend: reorganize the LB algorithm selection

We can now factor out some common tests between all map-based
algorithms. This removes some redundancy and makes the code more
logical.
src/backend.c