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 | 96577c5fdc7bcf7a477ae6139ea5c00a8817f10d (patch) | |
tree | bb8d12fa1e062c39d8d07a82dff97ef006f0452a /radsecproxy.h | |
parent | 3e2143717a98987f4b2e5f9609563452a0dff2eb (diff) |
rpf feature added
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@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 b306a39..2fd89f2 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 */ |