From bd4a0aa705bbbf291caff5da01473d001b05d023 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 11 Sep 2015 16:25:41 +0200 Subject: [PATCH] torture: Add sftp session pointer to torture_state Signed-off-by: Andreas Schneider --- tests/torture.h | 1 + 1 file changed, 1 insertion(+) 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; };