summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-23 23:36:18 +0000
committerStef Walter <stef@memberwebs.com>2004-09-23 23:36:18 +0000
commit018e03329151439318a8485b9225b660a88c27fc (patch)
treecc0053cb5dae4b64dcc889c3191593ad18173241 /common/sppriv.h
parent8d395740534a6a10aca946e0a179127b8c944718 (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;