Browse Source

Add missing prototype

Samuel Thibault 7 years ago
parent
commit
3a9b91aa05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/starpu_scheduler.h

+ 1 - 0
include/starpu_scheduler.h

@@ -63,6 +63,7 @@ unsigned long starpu_task_get_job_id(struct starpu_task *task);
 
 int starpu_wake_worker_no_relax(int workerid);
 int starpu_wake_worker_locked(int workerid);
+int starpu_wake_worker_relax_light(int workerid);
 
 int starpu_worker_can_execute_task(unsigned workerid, struct starpu_task *task, unsigned nimpl);
 int starpu_worker_can_execute_task_impl(unsigned workerid, struct starpu_task *task, unsigned *impl_mask);