]> andersk Git - moira.git/blobdiff - include/dcm.h
added MR_BUSY to soft failures list
[moira.git] / 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.031969 seconds and 4 git commands to generate.