poll: Document errno will be set for ssh_event_dopoll()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
родитель
b34f8e6efa
Коммит
63e09908f1
@ -979,7 +979,8 @@ int ssh_event_add_connector(ssh_event event, ssh_connector connector)
|
||||
* means an infinite timeout. This parameter is passed to
|
||||
* the poll() function.
|
||||
* @returns SSH_OK on success.
|
||||
* SSH_ERROR Error happened during the poll.
|
||||
* SSH_ERROR Error happened during the poll. Check errno to get more
|
||||
* details about why it failed.
|
||||
* SSH_AGAIN Timeout occured
|
||||
*/
|
||||
int ssh_event_dopoll(ssh_event event, int timeout)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user