X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/918f374c626b2c4f4481d7d5d9c4b0dfbc94ef43..27d566aff751aa91bc650bf1ea2f92d7cd5a7d52:/src/surf/surf_config.c diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index e0e687b6e5..e54c58df8e 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -179,7 +179,7 @@ static void _surf_cfg_cb__surf_path(const char *name, int pos) /* callback to decide if we want to use the model-checking */ #include "xbt_modinter.h" -int _surf_do_model_check = 0; /* this variable is used accros the lib */ +extern int _surf_do_model_check; /* this variable lives in xbt_main until I find a right location for it */ static void _surf_cfg_cb_model_check(const char *name, int pos) {