aboutsummaryrefslogtreecommitdiff
path: root/src/thread-pool.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-01-11 17:34:50 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit3dc2ba04ab33be723d2ea8dfe1638a127519a0ae (patch)
tree200aaefb204543a0b3840c24b38bcbc21a16e18e /src/thread-pool.h
parent5ed6541407ce99c4036d0e768546fe554f9fa5c2 (diff)
Prefix STATUS() and ERROR() messages with a unique thread number, where appropriate
Diffstat (limited to 'src/thread-pool.h')
-rw-r--r--src/thread-pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread-pool.h b/src/thread-pool.h
index 05e2f55a..23c7c632 100644
--- a/src/thread-pool.h
+++ b/src/thread-pool.h
@@ -18,6 +18,9 @@
#endif
+extern signed int get_status_label(void);
+
+
/* work() will be called with a number and work_args. The number will be
* unique and in the range 0..n_tasks. A progress bar will be shown using
* "text" and the progress through the tasks, unless "text" is NULL. */