X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb91af44a1bd7e5f331686df25d5fe80ff571a43..f3c1ebdb5d5e4370a0efd5f4c0dd4f7131fe8370:/examples/msg/migration/migration.c diff --git a/examples/msg/migration/migration.c b/examples/msg/migration/migration.c index 898ac256e8..eb3c78affe 100644 --- a/examples/msg/migration/migration.c +++ b/examples/msg/migration/migration.c @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) MSG_error_t res = MSG_OK; /* Argument checking */ - MSG_global_init(&argc, argv); + MSG_init(&argc, argv); if (argc < 3) { XBT_CRITICAL("Usage: %s platform_file deployment_file\n", argv[0]); XBT_CRITICAL("example: %s msg_platform.xml msg_deployment_suspend.xml\n",