mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
torture: Add sftp session pointer to torture_state
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -73,6 +73,7 @@ struct torture_state {
|
|||||||
char *srv_config;
|
char *srv_config;
|
||||||
struct {
|
struct {
|
||||||
ssh_session session;
|
ssh_session session;
|
||||||
|
struct torture_sftp *tsftp;
|
||||||
} ssh;
|
} ssh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user