aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/sftp.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-03 14:24:40 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-17 10:48:49 +0200
commit79a3fcac72fb513b1759fe30348db7b71dba68ae (patch)
tree2815d9ae4154aea5666ef73df6c06e59edec2b95 /include/libssh/sftp.h
parent945afaa6b412065b2f92cc8dc0405d583a20b6ef (diff)
downloadlibssh-79a3fcac72fb513b1759fe30348db7b71dba68ae.tar.gz
libssh-79a3fcac72fb513b1759fe30348db7b71dba68ae.tar.xz
libssh-79a3fcac72fb513b1759fe30348db7b71dba68ae.zip
sftp: Keep a ssh_packet for reading in the sftp handle
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/sftp.h')
-rw-r--r--include/libssh/sftp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h
index b07f269f..eeb4e615 100644
--- a/include/libssh/sftp.h
+++ b/include/libssh/sftp.h
@@ -84,6 +84,7 @@ struct sftp_session_struct {
int errnum;
void **handles;
sftp_ext ext;
+ sftp_packet read_packet;
};
struct sftp_packet_struct {