summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h2
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;