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

Add new callbacks in session and channels

This commit is contained in:
milo
2010-09-29 16:58:48 +02:00
committed by Aris Adamantiadis
parent 873e02fc6a
commit c4356531f7
4 changed files with 204 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ struct ssh_channel_struct {
int blocking;
int exit_status;
enum ssh_channel_request_state_e request_state;
ssh_channel_callbacks callbacks;
};
SSH_PACKET_CALLBACK(ssh_packet_channel_open_conf);