summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-16 18:53:20 +0000
committerStef Walter <stef@memberwebs.com>2004-09-16 18:53:20 +0000
commit4245571ab79483d4edd756bfc8467969992cc86d (patch)
tree81fb1f858dd89b0de1dc6d5e4bed6c268cc4a53d /common/sppriv.h
parent361a01c1a231b02cf70c277f74709b6659b5be0d (diff)
- Ability to switch users
- Fix for config files not ending in a line break
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 89a89f9..30686f9 100644
--- a/common/sppriv.h
+++ b/common/sppriv.h
@@ -49,6 +49,7 @@ typedef struct spstate
struct timeval timeout; /* Timeout for communication */
int transparent; /* Transparent proxying */
const char* directory; /* The temp directory */
+ const char* user; /* User to run as */
struct sockaddr_any outaddr; /* The outgoing address */
const char* outname;