X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b975bca8a302da530825a97a250994edb9668ba..611d822b02f836d7abe031cced6adc4281ef4356:/examples/msg/mc/centralized_mutex.c diff --git a/examples/msg/mc/centralized_mutex.c b/examples/msg/mc/centralized_mutex.c index c3105fc07d..af7d67123d 100644 --- a/examples/msg/mc/centralized_mutex.c +++ b/examples/msg/mc/centralized_mutex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2015. The SimGrid Team. +/* Copyright (c) 2010-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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");