Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup the resource::Action::State::IGNORED thing
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 17 May 2018 20:43:44 +0000 (22:43 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 17 May 2018 20:46:27 +0000 (22:46 +0200)
commiteecf563b3a3a0333dac9f754fe11f047c99cd27d
treeccc0c6c38eb708d79364426b127eb12bf4d7f2a8
parentc0f3756528127131a1947179f56871657a084259
cleanup the resource::Action::State::IGNORED thing

Factorize stuff of CpuCas01Model and CpuTiModel into Model directly.
This way, Action::get_state() always knows in which set the action is.
No shit, no magic here.
include/simgrid/kernel/resource/Action.hpp
include/simgrid/kernel/resource/Model.hpp
src/kernel/resource/Action.cpp
src/surf/cpu_cas01.cpp
src/surf/cpu_cas01.hpp
src/surf/cpu_ti.cpp
src/surf/cpu_ti.hpp