*** empty log message ***

svn path=/trunk/boinc/; revision=4169
This commit is contained in:
Jeff Cobb 2004-09-09 18:36:13 +00:00
parent 2deb6dd135
commit e04ab2a482
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,8 @@ struct WORKUNIT {
#define VALIDATE_STATE_NO_CHECK 3
// WU had error, so we'll never get around to validating its results
// This lets us avoid showing the claimed credit as "pending"
#define VALIDATE_STATE_ERROR 4
// Validation encountered an internal error (eg, file IO error).
struct RESULT {
int id;