Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
getting rid of deprecated functions
[simgrid.git] / examples / msg / msg_test.c
index 6970cb4..388e087 100644 (file)
@@ -201,7 +201,7 @@ void test_all(const char *platform_file,const char *application_file)
 /** Main function */
 int main(int argc, char *argv[])
 {
-  MSG_global_init_args(&argc,argv);
+  MSG_global_init(&argc,argv);
   if (argc < 3) {
      printf ("Usage: %s platform_file deployment_file\n",argv[0]);
      printf ("example: %s msg_platform.xml msg_deployment.xml\n",argv[0]);