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 1c80a92..c599aa4 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -45,6 +45,7 @@ struct options { char *listenudp; char *listentcp; + char *listenaccudp; char *logdestination; uint8_t loglevel; }; |