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:
Eshan Kelkar 2025-05-23 20:53:17 +05:30
parent 3aecfa927c
commit 91278dec41
2 changed files with 9 additions and 9 deletions

View file

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