- progress towards client agent forwarding

(incomplete and does not compile)

--HG--
branch : agent-client
extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b
This commit is contained in:
Matt Johnston
2005-07-18 14:32:52 +00:00
parent b8e28df43a
commit e444f0cfe6
13 changed files with 328 additions and 17 deletions

View File

@@ -102,6 +102,11 @@ typedef struct cli_runopts {
#endif
#ifdef ENABLE_CLI_LOCALTCPFWD
struct TCPFwdList * localfwds;
#endif
#ifdef ENABLE_CLI_AGENTFWD
int agent_fwd;
int agent_keys_loaded; /* whether pubkeys has been populated with a
list of keys held by the agent */
#endif
/* XXX TODO */