- Split main socket var into ses.sock_in/ses.sock_out in preparation

for -J proxy_cmd option (and some prelim options for that)

--HG--
extra : convert_revision : 47cdea9a7d66c553c6f5eec43b899821939d4e4c
This commit is contained in:
Matt Johnston
2008-09-15 12:51:50 +00:00
parent 460bf43822
commit b619e88f54
9 changed files with 66 additions and 32 deletions

View File

@@ -117,6 +117,9 @@ typedef struct cli_runopts {
#ifdef ENABLE_CLI_LOCALTCPFWD
struct TCPFwdList * localfwds;
#endif
#ifdef ENABLE_CLI_PROXYCMD
char *proxycmd;
#endif
} cli_runopts;