diff options
author | venaas <venaas> | 2007-09-19 09:34:21 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-09-19 09:34:21 +0000 |
commit | 7e4229900d01c6f8db09daf1e473b477faa2e033 (patch) | |
tree | d1d33886e227ef98617a46a9da80e565f6d16634 /radsecproxy.h | |
parent | fefa1e9fc2abc311b3a53e29b871bc53b0a98b63 (diff) |
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
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |