mirror of https://github.com/BOINC/boinc.git
* lib/error_numbers.h (ERR_NO_EXIT_STATUS): new macro when request
does not include error_status. svn path=/trunk/boinc/; revision=3110
This commit is contained in:
parent
ab81ba4cdc
commit
28747f4d89
|
@ -108,4 +108,5 @@
|
|||
// state files had redundant entries
|
||||
#define ERR_NOT_FOUND -161
|
||||
// inconsistent client state
|
||||
|
||||
#define ERR_NO_EXIT_STATUS -162
|
||||
// exit_status not found in request
|
||||
|
|
Loading…
Reference in New Issue