X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df378195faf69652a5982959e2b3477a504c40f2..ede7d4e0f2464d8646f1d1a3b09fa7f678660ade:/src/surf/storage_interface.hpp?ds=sidebyside diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index d81510bc2b..a7438dae3e 100644 --- a/src/surf/storage_interface.hpp +++ b/src/surf/storage_interface.hpp @@ -83,7 +83,7 @@ public: xbt_dict_t properties, const char *attach) = 0; - bool shareResourcesIsIdempotent() {return true;} + bool next_occuring_event_isIdempotent() {return true;} xbt_dynar_t p_storageList; }; @@ -96,7 +96,7 @@ public: * @details A Storage represent a storage unit (e.g.: hard drive, usb key) */ class Storage : public simgrid::surf::Resource, - public simgrid::surf::PropertyHolder { + public simgrid::surf::PropertyHolder { public: /** * @brief Storage constructor @@ -147,7 +147,7 @@ public: * @param value [description] * @param date [description] */ - void updateState(tmgr_trace_event_t event_type, double value, double date) override; + void updateState(tmgr_trace_iterator_t event_type, double value) override; void turnOn() override; void turnOff() override;