X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d7a222297c1d39c43cdb2f09ea1d5ddd03c7aa0..6d8b8ade25d24e33e57eb02b443f567a0733c664:/src/surf/host_ptask_L07.hpp diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/host_ptask_L07.hpp index 15fb2ad023..e5a892a5fe 100644 --- a/src/surf/host_ptask_L07.hpp +++ b/src/surf/host_ptask_L07.hpp @@ -140,7 +140,7 @@ public: /********** * Action * **********/ -class L07Action : public HostAction { +class L07Action : public CpuAction { friend Action *CpuL07::execute(double size); friend Action *CpuL07::sleep(double duration); friend Action *HostL07Model::executeParallelTask(int host_nb, @@ -150,7 +150,7 @@ class L07Action : public HostAction { double rate); public: L07Action(Model *model, double cost, bool failed) - : HostAction(model, cost, failed) {}; + : CpuAction(model, cost, failed) {}; ~L07Action(); void updateBound();