summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-07-18 14:32:52 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-07-18 14:32:52 +0000
commite444f0cfe67c71d3f38854f27cefae9aea6c4cd9 (patch)
tree7539060f852ea180fe550525412f7345a464adba /runopts.h
parentb8e28df43a1d37b5a50b34db357daea98c42a89c (diff)
- progress towards client agent forwarding
(incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b
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 3d589e7..36fdd85 100644
--- a/runopts.h
+++ b/runopts.h
@@ -103,6 +103,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
/* XXX TODO */
} cli_runopts;