summaryrefslogtreecommitdiff
path: root/server/providers/fail_over.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-18Failover fixes and additionsSimo Sorce1-6/+22
2009-11-09Fix tevent_req error checking.Simo Sorce1-4/+1
When possible using a macro that correctly deals with tstate
2009-11-09Check return, zero free hostent, adhere to styleSimo Sorce1-8/+11
2009-11-06Add fail over utility functionsMartin Nagy1-0/+543
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.