summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-09-11 16:25:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-01-14 08:04:49 +0100
commitbd4a0aa705bbbf291caff5da01473d001b05d023 (patch)
tree510030eda55eac5daad78ac4e487fc159e6187df
parent4bc6af6c1756c347f46b8a3374d66eb632fad9b7 (diff)
downloadlibssh-bd4a0aa705bbbf291caff5da01473d001b05d023.tar.gz
libssh-bd4a0aa705bbbf291caff5da01473d001b05d023.tar.xz
libssh-bd4a0aa705bbbf291caff5da01473d001b05d023.zip
torture: Add sftp session pointer to torture_state
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--tests/torture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 1b85a11c..87cee32f 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -73,6 +73,7 @@ struct torture_state {
char *srv_config;
struct {
ssh_session session;
+ struct torture_sftp *tsftp;
} ssh;
};