diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index fb6a564..ba363ce 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -46,6 +46,8 @@ struct options { char *listenudp; char *listentcp; char *listenaccudp; + char *sourceudp; + char *sourcetcp; char *logdestination; uint8_t loglevel; }; |