Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update examples with new function MSG_init
[simgrid.git] / examples / msg / mc / bugged2.c
index 28ef0f7..f703ec8 100644 (file)
@@ -64,7 +64,7 @@ int client(int argc, char *argv[])
 
 int main(int argc, char *argv[])
 {
-  MSG_global_init(&argc, argv);
+  MSG_init(&argc, argv);
 
   MSG_create_environment("platform.xml");