summaryrefslogtreecommitdiff
path: root/lib/torture
diff options
context:
space:
mode:
Diffstat (limited to 'lib/torture')
-rw-r--r--lib/torture/torture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/torture/torture.h b/lib/torture/torture.h
index 7f387cc1f2..ad3668fbe8 100644
--- a/lib/torture/torture.h
+++ b/lib/torture/torture.h
@@ -449,6 +449,10 @@ bool torture_setting_bool(struct torture_context *test,
struct torture_suite *torture_find_suite(struct torture_suite *parent,
const char *name);
+unsigned long torture_setting_ulong(struct torture_context *test,
+ const char *name,
+ unsigned long default_value);
+
NTSTATUS torture_temp_dir(struct torture_context *tctx,
const char *prefix,
char **tempdir);