diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-11 17:08:42 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-11 17:08:42 +0200 |
commit | cf23603e9341e513357abbba3643c4d0c0b897a0 (patch) | |
tree | 7ba867e0e6617e3360bac522a44a9db547d8f699 /radsecproxy.h | |
parent | 3a4d6a85fb9ca74775b87080fc44c393836007de (diff) |
Add config option PidFile.
Note that `-i' on the command line overrides this config option.
This closes RADSECPROXY-32.
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 c1e7744..a8d5b49 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -54,6 +54,7 @@ enum rsp_fticks_mac_type { }; struct options { + char *pidfile; char *logdestination; char *ftickssyslogfacility; char *ttlattr; |