*** empty log message ***

svn path=/trunk/boinc/; revision=1347
This commit is contained in:
Eric Heien 2003-06-10 18:56:16 +00:00
parent c5bc6572ab
commit 117d8cbfb6
1 changed files with 5 additions and 3 deletions

View File

@ -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 {