mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1347
This commit is contained in:
parent
c5bc6572ab
commit
117d8cbfb6
|
@ -28,11 +28,13 @@
|
|||
//The following are the states that the client is in according to the result.
|
||||
#define RESULT_NEW 0
|
||||
// New result, files may still need to be downloaded
|
||||
#define RESULT_FILES_DOWNLOADED 1
|
||||
#define RESULT_FILES_DOWNLOADING 1
|
||||
#define RESULT_FILES_DOWNLOADED 2
|
||||
// Files are downloaded, result can be computed
|
||||
#define RESULT_COMPUTE_DONE 2
|
||||
#define RESULT_COMPUTE_DONE 3
|
||||
// Computation is done, if no error then files need to be uploaded
|
||||
#define RESULT_FILES_UPLOADED 3
|
||||
#define RESULT_FILES_UPLOADING 4
|
||||
#define RESULT_FILES_UPLOADED 5
|
||||
// Files are uploaded, notify scheduling server
|
||||
|
||||
struct SCHEDULER_REQUEST {
|
||||
|
|
Loading…
Reference in New Issue