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:
committed by
Simon Josefsson
parent
70d6bd6c6f
commit
6140ec2de3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user