X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebf7be2320c9239e70924752b5d9833224113ab4..5d6e2b005da294874b8cf58e7766c9d8138b7aaf:/examples/msg/mc/test_snapshot.c diff --git a/examples/msg/mc/test_snapshot.c b/examples/msg/mc/test_snapshot.c index fad42885c5..13ca8d00fd 100644 --- a/examples/msg/mc/test_snapshot.c +++ b/examples/msg/mc/test_snapshot.c @@ -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 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; }