summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-07-08 13:17:24 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-07-08 13:17:24 +0000
commit9bd9afbfb5d3307c3d7071f611434afeac0d6042 (patch)
tree438b503a334754980be03057be9108173b608777 /radsecproxy.h
parent66cbf6fc9f6cd9d92e59d9a5a90b166a3053e484 (diff)
accountingresponse option for realms for sending accounting response when no accounting server is configured
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@300 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index f5a977f..5a0b3e0 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -132,6 +132,7 @@ struct server {
struct realm {
char *name;
char *message;
+ uint8_t accresp;
regex_t regex;
pthread_mutex_t subrealms_mutex;
struct list *subrealms;