X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3b96c9838e06560c684ad8bccc0db226ac4f9616..24cb0129bbb29b2a1400ce3ed8679ca1d58f5ede:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index 9307cd3a00..32d94178df 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -50,15 +50,12 @@ namespace surf { class HostModel : public Model { public: HostModel() : Model() {} - ~HostModel() override {} HostImpl *createHost(const char *name, kernel::routing::NetCard *net, Cpu *cpu); virtual void adjustWeightOfDummyCpuActions(); virtual Action *executeParallelTask(int host_nb, sg_host_t *host_list, double *flops_amount, double *bytes_amount, double rate); - - bool next_occuring_event_isIdempotent() override {return true;} }; /************ @@ -226,8 +223,8 @@ public: {THROW_IMPOSSIBLE;} // FIXME: Host should not be a Resource public: - xbt_dynar_t storage_; - Cpu *cpu_; + xbt_dynar_t storage_ = nullptr; + Cpu* cpu_ = nullptr; simgrid::s4u::Host* piface_ = nullptr; /** @brief Get the list of virtual machines on the current Host */