diff options
author | Maja Gorecka-Wolniewicz <mgw@puma.uci.umk.pl> | 2011-12-21 10:10:33 +0100 |
---|---|---|
committer | Maja Gorecka-Wolniewicz <mgw@puma.uci.umk.pl> | 2011-12-21 10:10:33 +0100 |
commit | 2c70584384ab70cb28477dc9c8fb2179b293fe88 (patch) | |
tree | f71c7e670b230622bd8991445da1f87e12031ee1 /radsecproxy.h | |
parent | ab7c8e7cc52f94029a17ec14236ab7ffa95d9bf4 (diff) |
New option for client block - 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 385f15b..184231b 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -131,6 +131,7 @@ struct clsrvconf { struct list *clients; struct server *servers; char *fticks_viscountry; + char *fticks_visinst; }; #include "tlscommon.h" |