From 072385169d30a7dc7136fad0f285ba47b7f59e4a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 26 Apr 2012 15:16:22 +0200 Subject: Add experimental code for dynamic discovery (only if ENABLE_EXPERIMENTAL_DYNDISC). Patch from Ralf Paffrath . --- radsecproxy.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'radsecproxy.h') 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; -- cgit v1.1