diff options
author | venaas <venaas> | 2009-01-13 14:58:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-01-13 14:58:10 +0000 |
commit | 4bfc37e9e0e05acb0d2a26b773929f29091ba807 (patch) | |
tree | ebe2d674a9c57029a5eef254a2aac5c53f3a252b /radsecproxy.h | |
parent | 944f77756de661c1fff4a6da00c62d56fb143efc (diff) |
made it so it works with mix of dynamic and static servers for a realm
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@457 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 9c61ca7..36c5317 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -131,6 +131,7 @@ struct server { struct timeval lastreply; uint8_t connectionok; uint8_t lostrqs; + uint8_t dynstartup; char *dynamiclookuparg; int nextid; struct timeval lastrcv; |