summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-04-24 16:00:17 -0700
committerJeremy Allison <jra@samba.org>2017-05-05 15:52:11 +0200
commit6341d3d59f2cee3478e02eb0a6f6c96f31bda513 (patch)
tree2d4aac473f94eaddb9bc2d37a92ab91badb66990 /source4/torture/smbtorture.h
parentf18cc16cf1c5dc089e038cd894ee42890e377d48 (diff)
downloadsamba-6341d3d59f2cee3478e02eb0a6f6c96f31bda513.tar.gz
s4: torture: Add a TALLOC_CTX * to torture_parse_target().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h
index cbb48234e36..0a0647d6594 100644
--- a/source4/torture/smbtorture.h
+++ b/source4/torture/smbtorture.h
@@ -40,7 +40,9 @@ void torture_shell(struct torture_context *tctx);
void torture_print_testsuites(bool structured);
bool torture_run_named_tests(struct torture_context *torture, const char *name,
const char **restricted);
-bool torture_parse_target(struct loadparm_context *lp_ctx, const char *target);
+bool torture_parse_target(TALLOC_CTX *ctx,
+ struct loadparm_context *lp_ctx,
+ const char *target);
/* Server Functionality Support */