X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3bb8fa4450ae1fcb7bbad80b92f907e831469711..aa19a51a07b846fef6f39300b55e9bac62babaa8:/src/xbt/xbt_main.c diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index a5b66056de..95546a050f 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -33,6 +33,8 @@ int _surf_do_model_check = 0; int _surf_mc_checkpoint=0; char* _surf_mc_property_file=NULL; int _surf_mc_timeout=0; +int _surf_mc_max_depth=1000; +int _surf_mc_visited=0; /* Declare xbt_preinit and xbt_postexit as constructor/destructor of the library. * This is crude and rather compiler-specific, unfortunately.