X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..4fb3673da5b0ac154b2f70e40ccd11cf8993da32:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index ada2233066..4015e9a654 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -30,8 +30,8 @@ XBT_PUBLIC(int) MC_random(int min, int max); /* Internal variable used to check if we're running under the MC * * Please don't use directly: you should use MC_is_active. */ -extern int _sg_do_model_check; -extern int _sg_mc_visited; +extern XBT_PUBLIC(int) _sg_do_model_check; +extern XBT_PUBLIC(int) _sg_mc_visited; #define MC_is_active() _sg_do_model_check #define MC_visited_reduction() _sg_mc_visited