X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/362b4dbfe18e585af36789119acafa5d5350fa20..0c13871d73e933c1847faf8debea7b7745a3ff44:/examples/msg/mc/random_test.c diff --git a/examples/msg/mc/random_test.c b/examples/msg/mc/random_test.c index 9dda26d5f8..8814bdfcb8 100644 --- a/examples/msg/mc/random_test.c +++ b/examples/msg/mc/random_test.c @@ -16,7 +16,7 @@ int server(int argc, char *argv[]) int main(int argc, char *argv[]) { - MSG_global_init(&argc, argv); + MSG_init(&argc, argv); MSG_create_environment("platform.xml");