From 7d9b8da3c4473b0be8ce6a6bb5afffd9d28dd755 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 23 Sep 2004 23:36:46 +0000 Subject: PidFile in the config file support --- common/sppriv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/sppriv.h') 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; -- cgit v1.2.3