diff options
author | venaas <venaas> | 2008-11-04 15:04:08 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-11-04 15:04:08 +0000 |
commit | a76b86dd924bee41ee3d2a808ae20aa807855f63 (patch) | |
tree | 306417e5bdb8beaf477f57993a264236290e12c6 /radsecproxy.h | |
parent | fa8499bed1e9ab3b8a14276943a49e6819c67724 (diff) |
addttl option for client/server
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@432 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 c891ba5..a67d88d 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -92,6 +92,7 @@ struct clsrvconf { uint8_t retrycount; uint8_t dupinterval; uint8_t certnamecheck; + uint8_t addttl; struct rewrite *rewritein; struct rewrite *rewriteout; struct addrinfo *addrinfo; |