diff options
author | venaas <venaas> | 2008-04-28 09:42:33 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-04-28 09:42:33 +0000 |
commit | 7bf9a54cf4045b389206489266d013c5025ee654 (patch) | |
tree | 27526ded228ded4395dacb45d2ef479ffb14d7c4 /radsecproxy.h | |
parent | 42810da913311d1a6ef7c9b3200923dcc6964b80 (diff) |
added proper accounting, some new bugs expected
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@243 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 737bc59..f60d3a3 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -120,6 +120,7 @@ struct realm { char *message; regex_t regex; struct list *srvconfs; + struct list *accsrvconfs; }; struct tls { |