summaryrefslogtreecommitdiffstats
path: root/server/tests/fail_over-tests.c
Commit message (Collapse)AuthorAgeFilesLines
* Only display errors in unit testsStephen Gallagher2009-11-201-1/+2
| | | | | If you want to turn verbosity back on, just set the environment variable CK_VERBOSITY=verbose
* Add fail over utility functionsMartin Nagy2009-11-061-0/+303
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.