diff options
Diffstat (limited to 'common/sppriv.h')
-rw-r--r-- | common/sppriv.h | 1 |
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; |