aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/channels.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-06 21:48:44 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-06 21:48:44 +0100
commitef5dc6cd2bf5f27230c33dbdcdff3a5fc67ab688 (patch)
treee49235003392fb3e7ccbf04f9bbceb2a579e2c2b /include/libssh/channels.h
parent84e6aca5c523768653b751d2d770f0fedcbbe0a9 (diff)
downloadlibssh-ef5dc6cd2bf5f27230c33dbdcdff3a5fc67ab688.tar.gz
libssh-ef5dc6cd2bf5f27230c33dbdcdff3a5fc67ab688.tar.xz
libssh-ef5dc6cd2bf5f27230c33dbdcdff3a5fc67ab688.zip
Add support for async global requests
Normally the infamous packet_wait() synchronous call is gone in all SSH2 client code.
Diffstat (limited to 'include/libssh/channels.h')
-rw-r--r--include/libssh/channels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index 5b9fc789..ae45f269 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -68,6 +68,8 @@ SSH_PACKET_CALLBACK(ssh_packet_channel_open_conf);
SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail);
SSH_PACKET_CALLBACK(ssh_packet_channel_success);
SSH_PACKET_CALLBACK(ssh_packet_channel_failure);
+SSH_PACKET_CALLBACK(ssh_request_success);
+SSH_PACKET_CALLBACK(ssh_request_denied);
ssh_channel channel_new(ssh_session session);
int channel_default_bufferize(ssh_channel channel, void *data, int len,