compile fix

svn path=/trunk/boinc/; revision=16179
This commit is contained in:
David Anderson 2008-10-09 22:58:28 +00:00
parent e43e8a408d
commit 89e6131dec
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ private:
bool enforce_schedule(); bool enforce_schedule();
bool no_work_for_a_cpu(); bool no_work_for_a_cpu();
void rr_simulation(); void rr_simulation();
void make_running_task_heap(vector<ACTIVE_TASK*>&, double&); void make_preemptable_task_list(vector<ACTIVE_TASK*>&, double&);
void print_deadline_misses(); void print_deadline_misses();
public: public:
double retry_shmem_time; double retry_shmem_time;