From cf23603e9341e513357abbba3643c4d0c0b897a0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 11 Apr 2012 17:08:42 +0200 Subject: Add config option PidFile. Note that `-i' on the command line overrides this config option. This closes RADSECPROXY-32. --- radsecproxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.h') 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; -- cgit v1.1