mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4169
This commit is contained in:
parent
2deb6dd135
commit
e04ab2a482
|
@ -370,6 +370,8 @@ struct WORKUNIT {
|
||||||
#define VALIDATE_STATE_NO_CHECK 3
|
#define VALIDATE_STATE_NO_CHECK 3
|
||||||
// WU had error, so we'll never get around to validating its results
|
// WU had error, so we'll never get around to validating its results
|
||||||
// This lets us avoid showing the claimed credit as "pending"
|
// 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 {
|
struct RESULT {
|
||||||
int id;
|
int id;
|
||||||
|
|
Loading…
Reference in New Issue