Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update examples with new function MSG_init
[simgrid.git] / examples / msg / mc / bugged3.c
index 0a21025..9e7bdfc 100644 (file)
@@ -55,7 +55,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");