Mercurial > dropbear
diff runopts.h @ 500:d588e3ea557a agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 23 Sep 2008 16:05:04 +0000 |
parents | ae600f1eef81 c1e9c81d1d27 |
children | 568638be7203 |
line wrap: on
line diff
--- a/runopts.h Tue Sep 23 16:02:51 2008 +0000 +++ b/runopts.h Tue Sep 23 16:05:04 2008 +0000 @@ -119,6 +119,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 #ifdef ENABLE_CLI_NETCAT char *netcat_host;