1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00

Add libssh2_channel_get_exit_signal.

Signed-off-by: Simon Josefsson <simon@josefsson.org>
This commit is contained in:
Tommy Lindgren
2010-10-13 15:31:06 +02:00
committed by Simon Josefsson
parent 70d6bd6c6f
commit 6140ec2de3
6 changed files with 117 additions and 1 deletions

View File

@@ -340,6 +340,9 @@ struct _LIBSSH2_CHANNEL
/* channel's program exit status */
int exit_status;
/* channel's program exit signal (without the SIG prefix) */
char *exit_signal;
libssh2_channel_data local, remote;
/* Amount of bytes to be refunded to receive window (but not yet sent) */
unsigned long adjust_queue;