From 136aa0d5ac8d3105cdebb579edf4a8043b5cc83f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Sep 2010 21:03:05 -0700 Subject: smbtorture: Report times. --- lib/torture/torture.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/torture/torture.h') diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 90513b723d..01947e773d 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -60,6 +60,7 @@ struct torture_ui_ops void (*test_result) (struct torture_context *, enum torture_result, const char *reason); void (*progress) (struct torture_context *, int offset, enum torture_progress_whence whence); + void (*report_time) (struct torture_context *); }; void torture_ui_test_start(struct torture_context *context, @@ -70,6 +71,8 @@ void torture_ui_test_result(struct torture_context *context, enum torture_result result, const char *comment); +void torture_ui_report_time(struct torture_context *context); + /* * Holds information about a specific run of the testsuite. * The data in this structure should be considered private to -- cgit