From fefa1e9fc2abc311b3a53e29b871bc53b0a98b63 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 19 Sep 2007 08:50:46 +0000 Subject: allow multiple servers for a realm, so far only first will be used git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@161 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'radsecproxy.h') 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 { -- cgit v1.2.3