mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3790
This commit is contained in:
parent
4dab22ce28
commit
2a38e5b7e3
|
@ -233,9 +233,9 @@ bool CLIENT_STATE::have_free_cpu() {
|
|||
//
|
||||
void CLIENT_STATE::assign_results_to_projects() {
|
||||
|
||||
// Before assigning a result to an active task, check if that result is a file xfer
|
||||
// this will be appearent by the lack of files associated with the workunit's app
|
||||
// Running this function will find these results and mark them as completed.
|
||||
// Before assigning a result to an active task, check if that result is a file xfer
|
||||
// this will be appearent by the lack of files associated with the workunit's app
|
||||
// Running this function will find these results and mark them as completed.
|
||||
|
||||
handle_file_xfer_apps();
|
||||
|
||||
|
|
Loading…
Reference in New Issue