summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-08-16 13:34:37 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-08-16 13:34:37 +0000
commitc7c9fe5ae7ff0d8d598af55f64faac825679d690 (patch)
tree07333ff62ba340aced17ff7bac19f661ae7cd590 /runopts.h
parent93a722f7c1864f3c27172cac03f04ddeeef0f7af (diff)
parentf9574e178f452af6daa45f5f94e13aecaa288a81 (diff)
downloaddropbear-c7c9fe5ae7ff0d8d598af55f64faac825679d690.tar.gz
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d)
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 d6e8917..b79befb 100644
--- a/runopts.h
+++ b/runopts.h
@@ -117,6 +117,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
} cli_runopts;