X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4f9d0cf42605d96b91088c02ddfbf2411f89de1..f86ca5afc802e2e09db99c517ef30f507fdebc58:/include/simgrid/modelchecker.h?ds=sidebyside diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index 0579ca6e2a..a09795351b 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -31,10 +31,10 @@ XBT_PUBLIC(int) MC_random(int min, int max); * * Please don't use directly: you should use MC_is_active. */ extern XBT_PUBLIC(int) _sg_do_model_check; -extern XBT_PUBLIC(int) _sg_mc_visited; +extern XBT_PUBLIC(int) _sg_mc_max_visited_states; #define MC_is_active() _sg_do_model_check -#define MC_visited_reduction() _sg_mc_visited +#define MC_visited_reduction() _sg_mc_max_visited_states /** Assertion for the model-checker *