summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-scheduler.h
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-08 13:49:01 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-08 13:49:01 +0200
commit48e0e7aea3baa73f37a29bf4c866a0f9aedc2560 (patch)
tree7ef266b06bb72335a50c0b313fd59067d1259d42 /tumblerd/tumbler-scheduler.h
parentf583df4a3bf353ad577723c5fce538b872fd9e47 (diff)
downloadtumbler-48e0e7aea3baa73f37a29bf4c866a0f9aedc2560.tar.gz
Set background system priority for the group scheduler.
Original commit from Philip Van Hoof. I modified it to only include the headers we absolutely need. Conflicts: tumblerd/tumbler-group-scheduler.c
Diffstat (limited to 'tumblerd/tumbler-scheduler.h')
-rw-r--r--tumblerd/tumbler-scheduler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tumblerd/tumbler-scheduler.h b/tumblerd/tumbler-scheduler.h
index 733e5aa..db5445e 100644
--- a/tumblerd/tumbler-scheduler.h
+++ b/tumblerd/tumbler-scheduler.h
@@ -81,6 +81,8 @@ gint tumbler_scheduler_request_compare (gconstpointer
gconstpointer b,
gpointer user_data);
+void tumbler_scheduler_thread_use_lower_priority (void);
+
struct _TumblerSchedulerRequest
{
TumblerThumbnailer **thumbnailers;