diff options
Diffstat (limited to 'include/libssh/agent.h')
-rw-r--r-- | include/libssh/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/agent.h b/include/libssh/agent.h index 4641c9e..77209d0 100644 --- a/include/libssh/agent.h +++ b/include/libssh/agent.h @@ -71,6 +71,7 @@ struct ssh_agent_struct { struct ssh_socket_struct *sock; ssh_buffer ident; unsigned int count; + ssh_channel channel; }; #ifndef _WIN32 |