added proper accounting, some new bugs expected
[libradsec.git] / radsecproxy.h
index 737bc59..f60d3a3 100644 (file)
@@ -120,6 +120,7 @@ struct realm {
     char *message;
     regex_t regex;
     struct list *srvconfs;
+    struct list *accsrvconfs;
 };
 
 struct tls {