Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move SimcallObserver from simgrid::mc to simgrid::kernel::actor
[simgrid.git] / src / simix / popping_private.hpp
index a0f1add..8b54a2c 100644 (file)
@@ -47,7 +47,7 @@ struct s_smx_simcall {
   simgrid::simix::Simcall call_           = simgrid::simix::Simcall::NONE;
   smx_actor_t issuer_                     = nullptr;
   smx_timer_t timeout_cb_                 = nullptr; // Callback to timeouts
-  simgrid::mc::SimcallObserver* observer_ = nullptr; // makes that simcall observable by the MC
+  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.
   int mc_value_                           = 0;
   std::array<u_smx_scalar, 11> args_      = {};