X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d52700ac49b5cf1b2629461c9f2807f3d04c9f39..33adf3c6e189e468c9a55f1f7bc7d891b0700e1a:/src/simix/popping_private.hpp?ds=sidebyside diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index 745d0e614b..f02203c975 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -48,7 +48,8 @@ struct s_smx_simcall { smx_actor_t issuer_ = nullptr; smx_timer_t timeout_cb_ = nullptr; // Callback to timeouts simgrid::kernel::actor::SimcallObserver* observer_ = nullptr; // makes that simcall observable by the MC - unsigned int mc_max_consider_ = 0; // How many times this simcall should be used. If >1, this will be a fork. + unsigned int mc_max_consider_ = + 0; // How many times this simcall should be used. If >1, this will be a fork in the state space. int mc_value_ = 0; std::array args_ = {}; u_smx_scalar result_ = {};