diff options
author | venaas <venaas> | 2007-01-15 15:56:30 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-15 15:56:30 +0000 |
commit | 736eeaf37e3e5387208f0c378198385f0d3ae79b (patch) | |
tree | 4dc975210cc7f395b4c1b33023ded87bfe4ece31 /radsecproxy.h | |
parent | c8b0e66df1648e75ffec5004001ac1f9de96ec46 (diff) |
code for cleaning up when tls client goes away
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@36 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 7ad2002..b4393d4 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -81,9 +81,6 @@ struct peer { struct client { struct peer peer; struct replyq *replyq; - int replycount; - pthread_mutex_t replycount_mutex; - pthread_cond_t replycount_cond; }; struct server { |