summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorlinus <linus>2010-03-31 12:48:10 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-31 12:48:10 +0000
commitbd55e739319266857e433d9715d4e5c370fcb562 (patch)
tree54a338f7c24e882b167f2fd3ef212fedd441e17a /radsecproxy.h
parent196cad2937efd212382e84504f3d5017178ddd4e (diff)
Add LoopPrevention per server (RADSECPROXY-1).
TODO: Documentation and configuration example still missing. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@544 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r--radsecproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h
index 4601259..7528f7f 100644
--- a/radsecproxy.h
+++ b/radsecproxy.h
@@ -98,6 +98,7 @@ struct clsrvconf {
uint8_t dupinterval;
uint8_t certnamecheck;
uint8_t addttl;
+ uint8_t loopprevention;
struct rewrite *rewritein;
struct rewrite *rewriteout;
pthread_mutex_t *lock; /* only used for updating clients so far */