- client: we weren't marking GPU jobs as EDF-scheduled

svn path=/trunk/boinc/; revision=20879
This commit is contained in:
David Anderson 2010-03-12 18:17:55 +00:00
parent 0972c3e225
commit d6ce6ca0b7
2 changed files with 7 additions and 0 deletions

View File

@ -1913,3 +1913,9 @@ David 12 Mar 2010
gui_rpc_client.h
client/
boinc_cmd.cpp
David 12 Mar 2010
- client: we weren't marking GPU jobs as EDF-scheduled
client/
cpu_sched.cpp

View File

@ -744,6 +744,7 @@ void CLIENT_STATE::schedule_cpus() {
} else if (rp->avp->natis) {
rp->project->ati_pwf.deadlines_missed_copy--;
}
rp->edf_scheduled = true;
ordered_scheduled_results.push_back(rp);
}