From 28747f4d891d48d706d3323d917a72703992b97d Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Sat, 20 Mar 2004 08:50:43 +0000 Subject: [PATCH] * lib/error_numbers.h (ERR_NO_EXIT_STATUS): new macro when request does not include error_status. svn path=/trunk/boinc/; revision=3110 --- lib/error_numbers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/error_numbers.h b/lib/error_numbers.h index 08e2d84d62..34fbe962f2 100755 --- a/lib/error_numbers.h +++ b/lib/error_numbers.h @@ -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