Pārlūkot izejas kodu

Add missing prototype

Samuel Thibault 7 gadi atpakaļ
vecāks
revīzija
3a9b91aa05
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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);