summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-09-23 16:05:04 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-09-23 16:05:04 +0000
commite674c73ee62c79608dc986ca4eda4d8299f2e324 (patch)
treec14f9f6bc8a5d5ffb182db4966b154943830fef4 /runopts.h
parent90f8c1fd51ac6af033d455a775dc5a1455d7d7cb (diff)
parentbb84e33d99f5cbdb362940fc5eb7e4548df4cf23 (diff)
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee) --HG-- branch : agent-client extra : convert_revision : 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index cc39ee4..6cbdd26 100644
--- a/runopts.h
+++ b/runopts.h
@@ -119,6 +119,11 @@ typedef struct cli_runopts {
#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;