summaryrefslogtreecommitdiffstats
path: root/server/providers/fail_over.h
Commit message (Collapse)AuthorAgeFilesLines
* Failover fixes and additionsSimo Sorce2009-11-181-0/+2
|
* Add fail over utility functionsMartin Nagy2009-11-061-0/+106
These functions should be used by providers to centrally manage lists of servers. Servers are grouped into services and each service has it's own list of servers. If, however, you will try to add a same server into two different services, they will share a common structure. This means that a host will only be resolved once.