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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user