aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index bb5bd51b..b2d610de 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -117,6 +117,7 @@ struct ssh_session_struct {
enum ssh_auth_service_state_e auth_service_state;
enum ssh_auth_state_e auth_state;
enum ssh_channel_request_state_e global_req_state;
+ struct ssh_agent_state_struct *agent_state;
KEX server_kex;
KEX client_kex;