summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-11-26 23:03:27 +0000
committerStef Walter <stef@memberwebs.com>2004-11-26 23:03:27 +0000
commit12c4436a96a3b4fb76b60c21b1819ba883ab9296 (patch)
tree0f47f57dbfd99e8d1b38404c73b254efa15e61fa /common/sppriv.h
parentf07d5b4338ba88c340569d273382a9c846811dff (diff)
- Add XCLIENT support
- Ignore XCLIENT/XFORWARD commands coming from clients.
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 e978107..2ecf249 100644
--- a/common/sppriv.h
+++ b/common/sppriv.h
@@ -49,6 +49,7 @@ typedef struct spstate
struct timeval timeout; /* Timeout for communication */
int keepalives; /* Send server keep alives at this interval */
int transparent; /* Transparent proxying */
+ int xclient; /* Send XFORWARD info */
const char* directory; /* The temp directory */
const char* user; /* User to run as */
const char* pidfile; /* The pid file for daemon */