Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : clean code
[simgrid.git] / examples / msg / mc / example_liveness_with_cycle.c
index 0927be0..8f51687 100644 (file)
@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
   MSG_function_register("coordinator", coordinator);
   MSG_function_register("client", client);
   MSG_launch_application("deploy_mutex2.xml");
-  MSG_main_liveness_stateless(automaton, argv[0]);
-  
+  MSG_main_liveness(automaton, argv[0]);
+
   return 0;
 }