X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b975bca8a302da530825a97a250994edb9668ba..056d48c9fa3d5fa5afd2be695f54edbc5fd5434d:/examples/msg/mc/centralized_mutex.c diff --git a/examples/msg/mc/centralized_mutex.c b/examples/msg/mc/centralized_mutex.c index c3105fc07d..36f9853d9f 100644 --- a/examples/msg/mc/centralized_mutex.c +++ b/examples/msg/mc/centralized_mutex.c @@ -81,7 +81,7 @@ static int client(int argc, char *argv[]) int main(int argc, char *argv[]) { MSG_init(&argc, argv); - MSG_create_environment("../msg_platform.xml"); + MSG_create_environment("../../platforms/small_platform.xml"); MSG_function_register("coordinator", coordinator); MSG_function_register("client", client); MSG_launch_application("deploy_centralized_mutex.xml");