summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
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;