X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5657b6cbb51a403dbc777e905664dc17ec49f327..409f7a8342cc507a9117bfda8b782bf862670005:/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; }