mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-08 03:42:12 +03:00
Document that ssh_channel_read_nonblocking() will trigger callbacks
Signed-off-by: James Wrigley <james@puiterwijk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <norbertpocs0@gmail.com>
This commit is contained in:
committed by
Jakub Jelen
parent
a5cc515f02
commit
8fbb12eddf
@@ -3140,7 +3140,7 @@ int ssh_channel_read_timeout(ssh_channel channel,
|
||||
* @brief Do a nonblocking read on the channel.
|
||||
*
|
||||
* A nonblocking read on the specified channel. it will return <= count bytes of
|
||||
* data read atomically.
|
||||
* data read atomically. It will also trigger any callbacks set on the channel.
|
||||
*
|
||||
* @param[in] channel The channel to read from.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user