From 6a8d33c2bb81f071715864c2e563ac17ae4f9967 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 30 Sep 2014 17:05:39 +0100 Subject: lib: add a function to indicate activity Signed-off-by: Thomas Wood --- lib/igt_aux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt_aux.h') diff --git a/lib/igt_aux.h b/lib/igt_aux.h index d958abeb..d74bb8c4 100644 --- a/lib/igt_aux.h +++ b/lib/igt_aux.h @@ -41,6 +41,7 @@ void igt_permute_array(void *array, unsigned size, unsigned i, unsigned j)); void igt_progress(const char *header, uint64_t i, uint64_t total); +void igt_print_activity(void); bool igt_check_boolean_env_var(const char *env_var, bool default_value); bool igt_aub_dump_enabled(void); -- cgit v1.2.3