diff options
author | venaas <venaas> | 2008-06-03 08:46:28 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-06-03 08:46:28 +0000 |
commit | 0778021ef523e76ad9b0cb33d7e1a866cf08c772 (patch) | |
tree | 0f7d592004ca821f626443b735e8d4083c6d5dd6 /radsecproxy.h | |
parent | 82b55cc05184e96d968788fbbcfc6e9326099ba5 (diff) |
rpf feature added
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@273 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 ca114c8..d835125 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -46,6 +46,7 @@ struct options { char *sourcetcp; char *logdestination; uint8_t loglevel; + uint8_t rpf; }; /* requests that our client will send */ |