X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=radsecproxy.h;h=09b5d6e25685db2b9c5eb1a4c8bbf28a84d15b34;hb=d4f20d38dc7b65a5d3e7fffa40c5333fdc656584;hp=4601259b43c6eb3f19ec5f9bdd7670d99293b981;hpb=eff1f8d633fa2b07396e1d1f82043823d6916ba2;p=radsecproxy.git diff --git a/radsecproxy.h b/radsecproxy.h index 4601259..09b5d6e 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 */ @@ -106,7 +107,7 @@ struct clsrvconf { struct server *servers; }; -#include "tlscommon.h" +#include "rsp_tlscommon.h" struct client { struct clsrvconf *conf;