]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] use distinct bits per load-balancing algorithm type
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Nov 2007 15:23:20 +0000 (16:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Nov 2007 15:23:20 +0000 (16:23 +0100)
commitdf36614b97fa1982029f6f24c77d8e6f8633030c
treef90da530762cb0a7e66dcc86d059a97d5e1832a3
parent4689ae6e799316bea7105c377fcc74e65903032b
[CLEANUP] use distinct bits per load-balancing algorithm type

It's useful to be able to check against an LB algorithm type by
testing just one bit.
include/types/backend.h
src/cfgparse.c