diff options
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; |