summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-06-10 08:53:59 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-06-10 08:53:59 +0000
commitbe653ec1827a47e129fd656312cffb109e87aad8 (patch)
tree201d6c074532bdafd10b1d2b9d1cd9201831314f /radsecproxy.h
parent49e80a5157d2887d6cea9ccca887d3a15da5de6e (diff)
failover also when not using status server
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@288 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 476011c..a8326cb 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -109,7 +109,7 @@ struct server {
pthread_t clientth;
struct timeval lastconnecttry;
uint8_t connectionok;
- uint8_t loststatsrv;
+ uint8_t lostrqs;
int nextid;
struct request *requests;
uint8_t newrq;