aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-09-11 00:40:24 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2011-09-11 17:22:26 +0200
commit33bd3d6cd935f93b6d2c8b89d11e32c5f540ea6c (patch)
treec8fcda22a9aad929f2350fa3c857930fd3258ec2 /include
parent28bfc7645c16a407d6fc3889a3ce611cbb86ec8f (diff)
downloadlibssh-33bd3d6cd935f93b6d2c8b89d11e32c5f540ea6c.tar.gz
libssh-33bd3d6cd935f93b6d2c8b89d11e32c5f540ea6c.tar.xz
libssh-33bd3d6cd935f93b6d2c8b89d11e32c5f540ea6c.zip
auth: Implement nonblocking ssh_auth_agent
Diffstat (limited to 'include')
-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;