diff options
author | venaas <venaas> | 2008-06-05 10:47:13 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-06-05 10:47:13 +0000 |
commit | 4f7738e4fb6b55819fdbe531aeafa73fb7d9b38b (patch) | |
tree | 85de4eff170c0b98bd2adb67ca341aa77ecc6604 /radsecproxy.h | |
parent | 17df196bbcdb70414383343cf3dc73442e00f256 (diff) |
trying to remove dynamic server state when tlsconnection goes down
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@286 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 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; |