X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/918f374c626b2c4f4481d7d5d9c4b0dfbc94ef43..27d566aff751aa91bc650bf1ea2f92d7cd5a7d52:/src/xbt/xbt_main.c?ds=inline diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index a3530c3b66..65add45af5 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -49,6 +49,7 @@ XBT_LOG_EXTERNAL_CATEGORY(xbt_sync_os); XBT_LOG_EXTERNAL_CATEGORY(xbt_parmap); XBT_LOG_EXTERNAL_CATEGORY(xbt_parmap_unit); +int _surf_do_model_check = 0; /* this variable is used accros the libraries, and must be declared in XBT so that it's also defined in GRAS (not only in libsimgrid) */ /* Declare xbt_preinit and xbt_postexit as constructor/destructor of the library. * This is crude and rather compiler-specific, unfortunately.