X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a18fb7c6c81b1f58a9f8111fcf0ade106c4746b..6b188a3ca7fe91cf125a08229fb4fe51eee26e6d:/examples/msg/mc/example_liveness_with_cycle2.c diff --git a/examples/msg/mc/example_liveness_with_cycle2.c b/examples/msg/mc/example_liveness_with_cycle2.c index f2a5dcb889..148afb47e4 100644 --- a/examples/msg/mc/example_liveness_with_cycle2.c +++ b/examples/msg/mc/example_liveness_with_cycle2.c @@ -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; }