1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-05 09:30:35 +03:00

libssh2_channel_read_ex() needed more changes to fully support

non-blocking IO
This commit is contained in:
James Housley
2007-06-18 22:39:30 +00:00
parent 9dfd71121e
commit 7808cab1e4
2 changed files with 18 additions and 14 deletions

View File

@@ -327,6 +327,8 @@ struct _LIBSSH2_CHANNEL {
int read_block;
int read_bytes_read;
uint32_t read_local_id;
int read_want;
int read_unlink_packet;
/* State variables used in libssh2_channel_write_ex() */
libssh2_nonblocking_states write_state;