diff options
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 ca114c8..d835125 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -46,6 +46,7 @@ struct options { char *sourcetcp; char *logdestination; uint8_t loglevel; + uint8_t rpf; }; /* requests that our client will send */ |