]> andersk Git - moira.git/commitdiff
added deadlock to the list of soft errors
authormar <mar>
Thu, 24 Aug 1989 23:23:03 +0000 (23:23 +0000)
committermar <mar>
Thu, 24 Aug 1989 23:23:03 +0000 (23:23 +0000)
include/dcm.h

index 7f20eb6e73c8b1c2020587265f501ab9f7b81a09..2cbc7c0ec3eed03249aa68eeb886e9fb4ddc9644 100644 (file)
@@ -7,7 +7,7 @@
 #define UPCALL_STOP    1
 
 #define HARD_FAIL(x)   (((x) != 0 ) && ((x) != SMS_NO_CHANGE))
-#define SOFT_FAIL(x)   (((x) == SMS_NO_MEM) || ((x) == SMS_CANT_CONNECT) || ((x) == SMS_CCONFIG))
+#define SOFT_FAIL(x)   (((x) == SMS_NO_MEM) || ((x) == SMS_CANT_CONNECT) || ((x) == SMS_CCONFIG) || ((x) == SMS_DEADLOCK))
 
 #define SMS_DIR                "/u1/sms"
 #define LOCK_DIR       "/u1/sms/dcm/locks"
This page took 0.664169 seconds and 5 git commands to generate.