X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ede7d4e0f2464d8646f1d1a3b09fa7f678660ade..7d87bd675e40074957819b602f38fb905209990e:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index dfef15a477..f1c199dc60 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -53,7 +53,6 @@ public: ~HostModel() override {} Host *createHost(const char *name, NetCard *net, Cpu *cpu, xbt_dict_t props); - void addTraces() override {DIE_IMPOSSIBLE;} virtual void adjustWeightOfDummyCpuActions(); virtual Action *executeParallelTask(int host_nb, @@ -229,7 +228,7 @@ public: virtual int fileMove(surf_file_t fd, const char* fullpath); bool isUsed() override {DIE_IMPOSSIBLE;} // FIXME: Host should not be a Resource - void updateState(tmgr_trace_iterator_t event_type, double value) override + void apply_event(tmgr_trace_iterator_t event, double value) override {THROW_IMPOSSIBLE;} // FIXME: Host should not be a Resource public: