diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 5342363..540db32 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -40,6 +40,7 @@ #define CONF_STR 1 #define CONF_CBK 2 +#define CONF_MSTR 3 struct options { char *listenudp; @@ -113,7 +114,7 @@ struct realm { char *name; char *message; regex_t regex; - struct clsrvconf *srvconf; + struct list *srvconfs; }; struct tls { |