Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : warnings fixed
[simgrid.git] / examples / msg / mc / example_liveness_with_cycle2.c
index f2a5dcb..148afb4 100644 (file)
@@ -134,7 +134,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;
 }