From 84ebd8d6eeaf469b518ae04a53c30d1ddbe84e4f Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 8 Jul 2008 13:17:24 +0000 Subject: accountingresponse option for realms for sending accounting response when no accounting server is configured git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@300 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 4bbbead..0f42ffe 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -122,6 +122,7 @@ struct server { struct realm { char *name; char *message; + uint8_t accresp; regex_t regex; struct list *srvconfs; struct list *accsrvconfs; -- cgit v1.1