summaryrefslogtreecommitdiffhomepage
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 cc39ee4..6cbdd26 100644
--- a/runopts.h
+++ b/runopts.h
@@ -119,6 +119,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
#ifdef ENABLE_CLI_NETCAT
char *netcat_host;