Mercurial > dropbear
diff runopts.h @ 458:c1e9c81d1d27 agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 16 Aug 2007 13:34:37 +0000 |
parents | 7e43f5e473b9 79bf1023cf11 |
children | d588e3ea557a |
line wrap: on
line diff
--- a/runopts.h Wed Aug 08 15:57:50 2007 +0000 +++ b/runopts.h Thu Aug 16 13:34:37 2007 +0000 @@ -117,6 +117,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 } cli_runopts;