From b619e88f5481649a480e133494caf27f8880437a Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 15 Sep 2008 12:51:50 +0000 Subject: - 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 --- runopts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runopts.h') diff --git a/runopts.h b/runopts.h index d6e8917..6b34f92 100644 --- a/runopts.h +++ b/runopts.h @@ -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; -- cgit v1.2.3