Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove chunks used comparison at the beginning of mmalloc_compare...
[simgrid.git] / src / xbt / xbt_main.c
index 1dae308773fe7c42079f6a7f7cf317d85d29166a..a5b66056dea012b655ffa9deb17720fe1f93373f 100644 (file)
@@ -32,6 +32,7 @@ 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;
 
 /* Declare xbt_preinit and xbt_postexit as constructor/destructor of the library.
  * This is crude and rather compiler-specific, unfortunately.