X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3edf7e8a0bf4c17adc2531faf53c34ed0250fd03..7b6b6acf4ae4c0cec244594cdb804713ffac96b5:/examples/msg/mc/centralized_mutex.c diff --git a/examples/msg/mc/centralized_mutex.c b/examples/msg/mc/centralized_mutex.c index 3d6ed63aa0..f6d11f8185 100644 --- a/examples/msg/mc/centralized_mutex.c +++ b/examples/msg/mc/centralized_mutex.c @@ -80,7 +80,7 @@ int main(int argc, char*argv[]) { MSG_create_environment("../msg_platform.xml"); MSG_function_register("coordinator", coordinator); MSG_function_register("client", client); - MSG_launch_application("deploy.xml"); + MSG_launch_application("deploy_mutex.xml"); MSG_main(); return 0; }