diff options
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 682805f..fb4d30d 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -113,6 +113,7 @@ struct server { SSL *ssl; pthread_mutex_t lock; pthread_t clientth; + uint8_t clientrdgone; struct timeval lastconnecttry; uint8_t connectionok; uint8_t loststatsrv; |