diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 1e23e42..1e9dc42 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -164,6 +164,9 @@ struct server { uint8_t lostrqs; uint8_t dynstartup; uint8_t dynfailing; +#if defined ENABLE_EXPERIMENTAL_DYNDISC + uint8_t in_use; +#endif char *dynamiclookuparg; int nextid; struct timeval lastrcv; |