From 736eeaf37e3e5387208f0c378198385f0d3ae79b Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 15 Jan 2007 15:56:30 +0000 Subject: 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 --- radsecproxy.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'radsecproxy.h') 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 { -- cgit v1.1