Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/runopts.h Fri Jul 08 19:20:10 2005 +0000 +++ b/runopts.h Mon Jul 18 14:32:52 2005 +0000 @@ -103,6 +103,11 @@ #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 */ } cli_runopts;