*** empty log message ***

svn path=/trunk/boinc/; revision=3790
This commit is contained in:
Brian Boshes 2004-07-06 18:09:54 +00:00
parent 4dab22ce28
commit 2a38e5b7e3
1 changed files with 3 additions and 3 deletions

View File

@ -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();