Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : separate dfs and dpor algorithms with restore snapshot/replay or...
[simgrid.git] / examples / msg / mc / example_automaton.c
index b9fb5d7..a5094ad 100644 (file)
@@ -55,7 +55,7 @@ int server(int argc, char *argv[])
     }
     MSG_task_receive(&task, "mymailbox");
     count++;
-    e=(e+1)%2;
+    //e=(e+1)%2;
     //d=(d+1)%2;
     //XBT_INFO("r (server) = %d", r);