From 60d9b64a571ccd841ef858fc98e0d27c429ba0a1 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 3 Jan 2007 12:27:45 +0000 Subject: tlsconnect changes git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@4 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'radsecproxy.h') 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; -- cgit v1.1