Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : keep one bugged1 example for liveness properties
[simgrid.git] / examples / msg / mc / bugged1.c
index 16425d7..82bb266 100644 (file)
@@ -4,7 +4,7 @@
 /******************************************************************************/
 
 #include <msg/msg.h>
-#include <mc/modelchecker.h>
+#include <simgrid/modelchecker.h>
 #define N 3
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(example, "this example");
@@ -46,7 +46,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");