1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

doc: Improve docs for ssh_channel_get_exit_status().

BUG: https://red.libssh.org/issues/154
This commit is contained in:
Andreas Schneider
2014-04-09 15:01:25 +02:00
parent 927cd90dc1
commit adf23533e0

View File

@@ -3060,6 +3060,11 @@ static int ssh_channel_exit_status_termination(void *c){
* (yet).
* @warning This function may block until a timeout (or never)
* if the other side is not willing to close the channel.
*
* If you're looking for an async handling of this register a callback for the
* exit status.
*
* @see ssh_channel_exit_status_callback
*/
int ssh_channel_get_exit_status(ssh_channel channel) {
int rc;