summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-23 23:36:46 +0000
committerStef Walter <stef@memberwebs.com>2004-09-23 23:36:46 +0000
commit7d9b8da3c4473b0be8ce6a6bb5afffd9d28dd755 (patch)
tree57b3b7d2a51ecafecfb6d3b35339b738d5e64e16 /common/sppriv.h
parent58e0f4b3ee454a6ca561e007901df978ee636a4d (diff)
PidFile in the config file support
Diffstat (limited to 'common/sppriv.h')
-rw-r--r--common/sppriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sppriv.h b/common/sppriv.h
index 30686f9..cc6590a 100644
--- a/common/sppriv.h
+++ b/common/sppriv.h
@@ -50,6 +50,7 @@ typedef struct spstate
int transparent; /* Transparent proxying */
const char* directory; /* The temp directory */
const char* user; /* User to run as */
+ const char* pidfile; /* The pid file for daemon */
struct sockaddr_any outaddr; /* The outgoing address */
const char* outname;