MINOR: backend: make the "whole" option of balance uri take only one bit
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2020 06:05:47 +0000 (08:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2020 07:37:36 +0000 (09:37 +0200)
commit2c2d7e7398d47482c568c979b191f67313c4ab3f
treec8af111253321afe435e751dae440e139f2fdccf
parent9dc605355a34deb2d85d09680a64faff8af11e65
MINOR: backend: make the "whole" option of balance uri take only one bit

We'll want to add other boolean options on "balance uri", so let's make
some room aside "whole" and make it take only one bit and not one int.

(cherry picked from commit 3d1119d2257692f1508dd42f32c1840de0e16173)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 0df04e4b0f99ad22ad95ea5554a4d361e8df489d)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/backend.c