diff options
author | venaas <venaas> | 2008-05-28 14:08:34 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-05-28 14:08:34 +0000 |
commit | e6793f425cac9a78f56f31cbe25f62c6b8fd350b (patch) | |
tree | 5d231def6c151c154b0f97c3542d6b3a94b28d80 /radsecproxy.h | |
parent | 8443706c28a85adad0d91684060fee7eeb6d773f (diff) |
rudimentary dynamic server support in place
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@262 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 9ad79d3..71b17bd 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -109,6 +109,7 @@ struct server { struct timeval lastconnecttry; uint8_t connectionok; uint8_t loststatsrv; + char *dynamiclookuparg; int nextid; struct request *requests; uint8_t newrq; |