*** empty log message ***

svn path=/trunk/boinc/; revision=2089
This commit is contained in:
Karl Chen 2003-08-13 22:27:17 +00:00
parent 821743f6ae
commit b68ddd89a2
2 changed files with 3 additions and 2 deletions

View File

@ -537,7 +537,7 @@ int handle_results(
// check it against the canonical result (if its result hasn't been
// deleted yet).
// TODO: Fix documentation state diagrams.
// TODO: Fix documentation state diagrams.
// if (result.server_state == RESULT_SERVER_STATE_OVER) {
// result.file_delete_state = FILE_DELETE_READY;
@ -606,6 +606,7 @@ int handle_results(
} else {
result.outcome = RESULT_OUTCOME_CLIENT_ERROR;
result.validate_state = VALIDATE_STATE_INVALID;
// TODO: set timeout check to NOW
}
strncpy(result.stderr_out, rp->stderr_out, sizeof(result.stderr_out));

View File

@ -260,7 +260,7 @@ void handle_wu(DB_WORKUNIT& wu) {
// to create unique new output filenames.
//
if (nredundancy > ndone) {
n = nredundancy - ndone;
n = nredundancy - ndone; // TODO: subtract # in-progress?
all_over = false;
log_messages.printf(