Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : examples updated with new lex and yacc parsing
[simgrid.git] / examples / msg / mc / test_snapshot.c
index fad4288..13ca8d0 100644 (file)
@@ -3,7 +3,7 @@
 #include "xbt/automaton.h"
 #include "xbt/automatonparse_promela.h"
 #include "test_snapshot.h"
-#include "y.tab.c"
+//#include "y.tab.c"
 #include <stdlib.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test_snapshot, "my log messages");
@@ -141,7 +141,7 @@ int main(int argc, char *argv[])
   MSG_function_register("coordinator", coordinator);
   MSG_function_register("client", client);
   MSG_launch_application("deploy_test_snapshot.xml");
-  MSG_main_liveness(automaton, argv[0]);
+  MSG_main_liveness(automaton);
 
   return 0;
 }