Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
One day, we will manage to check dist before pushing. One day.. :p
[simgrid.git] / include / simgrid / modelchecker.h
index ada2233066182277533bed9bfb907f18feb888c7..4015e9a65409fb648e00a4d6618f4a101f41b86a 100644 (file)
@@ -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