summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 6caf2d9..8c17c96 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -49,8 +49,8 @@ struct request {
struct radmsg *msg;
struct client *from;
char *origusername;
- char origauth[16];
- uint8_t origid;
+ uint8_t rqid;
+ uint8_t rqauth[16];
int udpsock; /* only for UDP */
uint16_t udpport; /* only for UDP */
};
@@ -102,9 +102,8 @@ struct clsrvconf {
struct client {
struct clsrvconf *conf;
- int sock; /* for tcp/dtls */
+ int sock;
SSL *ssl;
- pthread_mutex_t lock; /* used for updating rqs */
struct request *rqs[MAX_REQUESTS];
struct queue *replyq;
struct queue *rbios; /* for dtls */