haproxy/include
Willy Tarreau 87eb1d6994 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer
We used to call srv_is_usable() with either the current state and weights
or the previous ones. This causes trouble for future changes, so let's first
split it in two variants :
  - srv_is_usable(srv) considers the current status
  - srv_was_usable(srv) considers the previous status
2014-05-13 22:34:55 +02:00
..
common DOC: stop referencing the slow git repository in the README 2014-05-10 11:04:39 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer 2014-05-13 22:34:55 +02:00
types MINOR: server: remove the SRV_DRAIN flag which can always be deduced 2014-05-13 22:18:13 +02:00