X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f7397f4d3ef62a8b6a9463a357875ee51479a6a8..14660963acc18c2eb718c139755d8e9133d45623:/src/surf/cpu_cas01.cpp diff --git a/src/surf/cpu_cas01.cpp b/src/surf/cpu_cas01.cpp index de2b88e90a..3e416478f5 100644 --- a/src/surf/cpu_cas01.cpp +++ b/src/surf/cpu_cas01.cpp @@ -53,10 +53,8 @@ CpuCas01Model::CpuCas01Model() : simgrid::surf::CpuModel() maxminSystem_ = new simgrid::kernel::lmm::System(select); - if (getUpdateMechanism() == UM_LAZY) { - modifiedSet_ = new kernel::resource::ActionLmmList(); - maxminSystem_->keep_track = modifiedSet_; - } + if (getUpdateMechanism() == UM_LAZY) + maxminSystem_->modified_set_ = new kernel::resource::ActionLmmList(); } CpuCas01Model::~CpuCas01Model()