mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4355
This commit is contained in:
parent
ccc31d344c
commit
4fc8516ad9
|
@ -18604,3 +18604,10 @@ David 19 Oct 2004
|
|||
glut_hel12.c
|
||||
glut_tr10.c
|
||||
glut_tr24.c
|
||||
|
||||
David 19 Oct 2004
|
||||
- fixed CPU scheduler bug so that tasks suspended via GUI
|
||||
actually are suspended
|
||||
|
||||
client/
|
||||
cs_apps.C
|
||||
|
|
|
@ -265,6 +265,7 @@ void CLIENT_STATE::assign_results_to_projects() {
|
|||
for (i=0; i<results.size(); i++) {
|
||||
rp = results[i];
|
||||
if (rp->already_selected) continue;
|
||||
if (lookup_active_task_by_result(rp)) continue;
|
||||
project = rp->wup->project;
|
||||
if (project->suspended_via_gui) continue;
|
||||
if (!project->next_runnable_result && rp->state == RESULT_FILES_DOWNLOADED){
|
||||
|
|
Loading…
Reference in New Issue