summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 9b1747c..b4dcfe6 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -52,7 +52,6 @@ struct options {
char *listentcp;
char *logdestination;
uint8_t loglevel;
- uint8_t statusserver;
};
/* requests that our client will send */
@@ -103,6 +102,7 @@ struct server {
struct timeval lastconnecttry;
uint8_t connectionok;
int nextid;
+ uint8_t statusserver;
struct request *requests;
uint8_t newrq;
pthread_mutex_t newrq_mutex;