The unified diff between revisions [fb7080ca..] and [833d0ade..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'runopts.h'
#
#
# patch "runopts.h"
# from [28d3dc401244b14fa52cd842c39ee9f6fe3873ba]
# to [32d5267b31f12c6d3160512d459367f2eee90ee7]
#
============================================================
--- runopts.h 28d3dc401244b14fa52cd842c39ee9f6fe3873ba
+++ runopts.h 32d5267b31f12c6d3160512d459367f2eee90ee7
@@ -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;