diff options
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 { |