Willy Tarreau 1620ec39a7 [MEDIUM] checks: group health checks methods by values and save option bits
Adding health checks has become a real pain, with cross-references to all
checks everywhere because they're all a single bit. Since they're all
exclusive, let's change this to have a check number only. We reserve 4
bits allowing up to 16 checks (15+tcp), only 7 of which are currently
used. The code has shrunk by almost 1kB and we saved a few option bits.

The "dispatch" option has been moved to px->options, making a few tests
a bit cleaner.
2011-08-06 17:08:40 +02:00
..
2009-10-18 08:20:26 +02:00
2011-03-28 18:45:15 +02:00
2009-01-25 13:49:53 +01:00
2007-05-13 20:19:55 +02:00
2011-06-25 21:14:17 +02:00