From 89e6131dec0c20c2ffbd3da52d2b8834fb8f2e62 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 9 Oct 2008 22:58:28 +0000 Subject: [PATCH] compile fix svn path=/trunk/boinc/; revision=16179 --- client/sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sim.h b/client/sim.h index f8b098ba6f..cab17dd010 100644 --- a/client/sim.h +++ b/client/sim.h @@ -195,7 +195,7 @@ private: bool enforce_schedule(); bool no_work_for_a_cpu(); void rr_simulation(); - void make_running_task_heap(vector&, double&); + void make_preemptable_task_list(vector&, double&); void print_deadline_misses(); public: double retry_shmem_time;