X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2782917c11aa6d946e6f21189d6e653114b9295..575dd632d13eabe72bb54342bb4ae09049e251b6:/src/surf/storage_interface.hpp diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index 60ec6c693d..7f48207572 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; }; @@ -147,7 +147,7 @@ public: * @param value [description] * @param date [description] */ - void updateState(tmgr_trace_iterator_t event_type, double value) override; + void apply_event(tmgr_trace_iterator_t event_type, double value) override; void turnOn() override; void turnOff() override;