]> andersk Git - moira.git/blobdiff - include/dcm.h
added deadlock to the list of soft errors
[moira.git] / 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.03068 seconds and 4 git commands to generate.