diff --git a/client/sim.h b/client/sim.h index f1a7802008..4b463060f1 100644 --- a/client/sim.h +++ b/client/sim.h @@ -195,7 +195,7 @@ private: void schedule_cpus(); bool enforce_schedule(); bool no_work_for_a_cpu(); - void make_preemptable_task_list(vector&, double&); + void append_unfinished_time_slice(vector &runnable_jobs); void print_deadline_misses(); public: void adjust_debts();