diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 13:32:04 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 13:32:04 +0200 |
commit | f06d902b3138b983743c517dd7d6fd7d6362b1f9 (patch) | |
tree | 578a3233aabefe756f2ff7b20d18237545d8687a /radsecproxy.h | |
parent | a6403e16f7166976ea2267aeb2b4644e23cc36b9 (diff) |
Add configuration of client fticksVISINST.
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 2cd55ee..38f5518 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -124,6 +124,7 @@ struct clsrvconf { struct tls *tlsconf; struct list *clients; struct server *servers; + char *fticks_viscountry; }; #include "tlscommon.h" |