X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0afab0e550e09d35a4aaaae802c7f2ea17d2b860..a8909d621db9ae5690144cbe00fc0589c8ac26c8:/src/xbt/xbt_main.c?ds=sidebyside diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index 1dae308773..2ca9580227 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -32,6 +32,8 @@ int xbt_initialized = 0; 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; /* Declare xbt_preinit and xbt_postexit as constructor/destructor of the library. * This is crude and rather compiler-specific, unfortunately.