summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 05050d9..004a269 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -67,11 +67,9 @@ struct reply {
};
struct replyq {
- struct reply *replies;
- int count;
- int size;
- pthread_mutex_t count_mutex;
- pthread_cond_t count_cond;
+ struct list *replies;
+ pthread_mutex_t mutex;
+ pthread_cond_t cond;
};
struct clsrvconf {