Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Action::is_suspended() does not need to be virtual (+ more snake_casing)
[simgrid.git] / src / kernel / lmm / maxmin.hpp
index 65a2cd1..f5006fc 100644 (file)
@@ -601,7 +601,7 @@ public:
                                                                    &Constraint::saturated_constraint_set_hook>>
       saturated_constraint_set;
 
-  simgrid::kernel::resource::ActionLmmListPtr modified_set_ = nullptr;
+  simgrid::kernel::resource::Action::ModifiedSet* modified_set_ = nullptr;
 
   void (*solve_fun)(lmm::System* self);