X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12323b05439d211235c524631170e7534abe4268..1fb08bfd88ea0a1e8b4c1ec2b0ec4519126b6c51:/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");