1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Made channel_open_session partially asynchronous

This commit is contained in:
Aris Adamantiadis
2009-12-27 00:06:34 +01:00
parent 77baa2df15
commit 8d1faa0dbc
3 changed files with 70 additions and 42 deletions

View File

@@ -46,6 +46,9 @@ struct ssh_channel_struct {
int exit_status;
};
SSH_PACKET_CALLBACK(ssh_packet_channel_open_conf);
SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail);
void channel_handle(ssh_session session, int type);
ssh_channel channel_new(ssh_session session);
int channel_default_bufferize(ssh_channel channel, void *data, int len,