diff options
author | venaas <venaas> | 2007-01-03 12:27:45 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-03 12:27:45 +0000 |
commit | 60d9b64a571ccd841ef858fc98e0d27c429ba0a1 (patch) | |
tree | 7494093ac86efd5439522fc4217890a77f4309d8 /radsecproxy.h | |
parent | 84666c7aa28fc47b3d86a920bbf55f467391f98e (diff) |
tlsconnect changes
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@4 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 2d7b233..77d02ae 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -73,6 +73,8 @@ struct peer { pthread_t clientth; int sockcl; struct addrinfo *addrinfo; + struct timeval lastconnecttry; + uint8_t connectionok; /* requests and newrq* are requests passed from servers to clients */ struct request *requests; uint8_t newrq; |