From 7e4229900d01c6f8db09daf1e473b477faa2e033 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 19 Sep 2007 09:34:21 +0000 Subject: failover, use first configured server with connectionok and lowest loss of status server responses git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@162 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 540db32..1c80a92 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -103,6 +103,7 @@ struct server { pthread_t clientth; struct timeval lastconnecttry; uint8_t connectionok; + uint8_t loststatsrv; int nextid; struct request *requests; uint8_t newrq; -- cgit v1.1