From e444f0cfe67c71d3f38854f27cefae9aea6c4cd9 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 18 Jul 2005 14:32:52 +0000 Subject: - progress towards client agent forwarding (incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b --- runopts.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runopts.h') diff --git a/runopts.h b/runopts.h index 3d589e7..36fdd85 100644 --- a/runopts.h +++ b/runopts.h @@ -102,6 +102,11 @@ typedef struct cli_runopts { #endif #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 */ -- cgit v1.2.3