]> andersk Git - moira.git/commitdiff
added MR_BUSY to soft failures list
authormar <mar>
Thu, 25 Mar 1993 10:27:55 +0000 (10:27 +0000)
committermar <mar>
Thu, 25 Mar 1993 10:27:55 +0000 (10:27 +0000)
include/dcm.h

index 9459a055893e3bda382f5ed5dab691df8c9706b6..a97a2be4d8945c8af469cd5a5d67c0d1d03cf75f 100644 (file)
@@ -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
This page took 0.148778 seconds and 5 git commands to generate.