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