diff options
author | Matt Johnston <matt@ucc.asn.au> | 2005-07-18 14:32:52 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2005-07-18 14:32:52 +0000 |
commit | e444f0cfe67c71d3f38854f27cefae9aea6c4cd9 (patch) | |
tree | 7539060f852ea180fe550525412f7345a464adba /runopts.h | |
parent | b8e28df43a1d37b5a50b34db357daea98c42a89c (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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |