diff options
author | venaas <venaas> | 2008-07-31 09:55:09 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-07-31 09:55:09 +0000 |
commit | df95c2144732f5323e16d9cf91f55455743a4fa9 (patch) | |
tree | fd337ca6874a396074deb9c6cea2eeec43ec942f /radsecproxy.h | |
parent | bdc5b1b96526fca0b3ad7379cfb32e06d888b03b (diff) |
use lastrcv instead of lastsend for status-server
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@330 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 d4db161..cd1d778 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -129,6 +129,7 @@ struct server { uint8_t lostrqs; char *dynamiclookuparg; int nextid; + struct timeval lastrcv; struct request *requests; uint8_t newrq; pthread_mutex_t newrq_mutex; |