Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : number of CS request per process reduced in the example with acceptan...
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 30 Nov 2011 08:44:03 +0000 (09:44 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 30 Nov 2011 08:44:03 +0000 (09:44 +0100)
examples/msg/mc/example_liveness_with_cycle.c

index 80765b7..bbe3ff2 100644 (file)
@@ -11,7 +11,7 @@
 #include "y.tab.c"
 
 #define AMOUNT_OF_CLIENTS 2
 #include "y.tab.c"
 
 #define AMOUNT_OF_CLIENTS 2
-#define CS_PER_PROCESS 4
+#define CS_PER_PROCESS 2
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(example_liveness_with_cycle, "my log messages");
 
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(example_liveness_with_cycle, "my log messages");