comparison runopts.h @ 225:ca7e76d981d9 agent-client

- progress towards client agent forwarding (incomplete and does not compile)
author Matt Johnston <matt@ucc.asn.au>
date Mon, 18 Jul 2005 14:32:52 +0000
parents aad4b3f58556
children 79bf1023cf11
comparison
equal deleted inserted replaced
224:1dbd2473482f 225:ca7e76d981d9
101 struct TCPFwdList * remotefwds; 101 struct TCPFwdList * remotefwds;
102 #endif 102 #endif
103 #ifdef ENABLE_CLI_LOCALTCPFWD 103 #ifdef ENABLE_CLI_LOCALTCPFWD
104 struct TCPFwdList * localfwds; 104 struct TCPFwdList * localfwds;
105 #endif 105 #endif
106 #ifdef ENABLE_CLI_AGENTFWD
107 int agent_fwd;
108 int agent_keys_loaded; /* whether pubkeys has been populated with a
109 list of keys held by the agent */
110 #endif
106 /* XXX TODO */ 111 /* XXX TODO */
107 112
108 } cli_runopts; 113 } cli_runopts;
109 114
110 extern cli_runopts cli_opts; 115 extern cli_runopts cli_opts;