Willy Tarreau ff5ae35b9f MINOR: checks: use check->state instead of srv->state & SRV_CHECKED
Having the check state partially stored in the server doesn't help.
Some functions such as srv_getinter() rely on the server being checked
to decide what check frequency to use, instead of relying on the check
being configured. So let's get rid of SRV_CHECKED and SRV_AGENT_CHECKED
and only use the check's states instead.
2013-12-14 16:02:19 +01:00
..
2013-10-01 09:49:21 +02:00
2013-12-06 11:40:53 +01:00
2009-01-25 13:49:53 +01:00
2007-05-13 20:19:55 +02:00