haproxy/include
Willy Tarreau c5150dafd8 MINOR: server: use functions to detect state changes and to update them
Detecting that a server's status has changed is a bit messy, as well
as it is to commit the status changes. We'll have to add new conditions
soon and we'd better avoid to multiply the number of touched locations
with the high risk of forgetting them.

This commit introduces :
  - srv_lb_status_changed() to report if the status changed from the
    previously committed one ;
  - svr_lb_commit_status() to commit the current status

The function is now used by all load-balancing algorithms.
2014-05-13 22:18:22 +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: use functions to detect state changes and to update them 2014-05-13 22:18:22 +02:00
types MINOR: server: remove the SRV_DRAIN flag which can always be deduced 2014-05-13 22:18:13 +02:00