From f66213ea06d60656eec7a2d49ad83b16bcf52db6 Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 25 Mar 1993 10:27:55 +0000 Subject: [PATCH] added MR_BUSY to soft failures list --- include/dcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dcm.h b/include/dcm.h index 9459a055..a97a2be4 100644 --- a/include/dcm.h +++ b/include/dcm.h @@ -7,7 +7,7 @@ #define UPCALL_STOP 1 #define HARD_FAIL(x) (((x) != 0 ) && ((x) != MR_NO_CHANGE)) -#define SOFT_FAIL(x) (((x) == MR_NO_MEM) || ((x) == MR_CANT_CONNECT) || ((x) == MR_CCONFIG) || ((x) == MR_DEADLOCK)) +#define SOFT_FAIL(x) (((x) == MR_NO_MEM) || ((x) == MR_CANT_CONNECT) || ((x) == MR_CCONFIG) || ((x) == MR_DEADLOCK) || ((x) == MR_BUSY)) #define DEADLOCK_WAIT (3 * 60) /* number of seconds to wait after -- 2.45.2