diff options
author | venaas <venaas> | 2007-05-22 13:57:25 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-22 13:57:25 +0000 |
commit | b1cf2a9afe47bfd3872ccaf88b1470080fd84633 (patch) | |
tree | 6206dd2ba0ed1b8b85bac5432323a6fef168fa32 /radsecproxy.h | |
parent | 06185018b7e99410939959483a5529820cfea35d (diff) |
added sending of statusserver and some missing free and unlock in some error cases
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@95 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 9b1747c..b4dcfe6 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -52,7 +52,6 @@ struct options { char *listentcp; char *logdestination; uint8_t loglevel; - uint8_t statusserver; }; /* requests that our client will send */ @@ -103,6 +102,7 @@ struct server { struct timeval lastconnecttry; uint8_t connectionok; int nextid; + uint8_t statusserver; struct request *requests; uint8_t newrq; pthread_mutex_t newrq_mutex; |