s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.
[nivanova/samba-autobuild/.git] / source4 / torture / smbtorture.h
index 7480f241d9772d042a3658f7ee3bd72f00168e9c..5a75f06bce53039745bf553d3ac15067184d5fed 100644 (file)
@@ -35,7 +35,7 @@ extern int torture_numasync;
 
 struct torture_test;
 int torture_init(TALLOC_CTX *);
-bool torture_register_suite(struct torture_suite *suite);
+bool torture_register_suite(TALLOC_CTX *, struct torture_suite *suite);
 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,