mirror of
https://github.com/curl/curl.git
synced 2026-08-01 11:48:04 +03:00
libssh: Rename struct ssh_con member sftp_aio to sftp_send_aio
Renamed sftp_aio -> sftp_send_aio to highlight its association with sftp_send() (This is consistent with how sftp_send_state, associated with sftp_send() has been named) Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com>
This commit is contained in:
parent
3aecfa927c
commit
91278dec41
2 changed files with 9 additions and 9 deletions
|
|
@ -180,7 +180,7 @@ struct ssh_conn {
|
|||
|
||||
unsigned sftp_recv_state; /* 0 or 1 */
|
||||
#if LIBSSH_VERSION_INT > SSH_VERSION_INT(0, 11, 0)
|
||||
sftp_aio sftp_aio;
|
||||
sftp_aio sftp_send_aio;
|
||||
unsigned sftp_send_state; /* 0 or 1 */
|
||||
#endif
|
||||
int sftp_file_index; /* for async read */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue