Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Log category gras_trp_sg does not exist anymore.
[simgrid.git] / src / xbt / xbt_main.c
index a5b66056dea012b655ffa9deb17720fe1f93373f..95546a050f394e38a585641816fbca55ac1c44a2 100644 (file)
@@ -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.