aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/channels.h')
-rw-r--r--include/libssh/channels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index 7d8a05ba..2e1d9378 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -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);