1
0
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:
JamesWrigley
2023-12-11 18:42:37 +01:00
committed by Jakub Jelen
parent a5cc515f02
commit 8fbb12eddf

View File

@@ -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.
*