diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |