Forráskód Böngészése

- fixed conflicting flags

Andrei Pelinescu-Onciul 19 éve
szülő
commit
75960e1d6b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      modules/tm/h_table.h

+ 1 - 1
modules/tm/h_table.h

@@ -183,7 +183,7 @@ struct totag_elem {
 /* transaction canceled */
 /* transaction canceled */
 #define T_CANCELED           (1<<3)
 #define T_CANCELED           (1<<3)
 
 
-#define T_IN_AGONY (1<<3) /* set if waiting to die (delete timer)
+#define T_IN_AGONY (1<<4) /* set if waiting to die (delete timer)
                              TODO: replace it with del on unref */
                              TODO: replace it with del on unref */
 
 
 /* transaction context */
 /* transaction context */