diff --git a/db/boinc_db.h b/db/boinc_db.h index b51f9546b4..08874af48f 100755 --- a/db/boinc_db.h +++ b/db/boinc_db.h @@ -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;