X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe304706848f0a64477d4687b3ea97d5b9a0c35c..476af0bd54f9d111a5adae1d316faa4625b2411b:/src/surf/storage_n11.hpp?ds=sidebyside diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 309b7c536b..fdd2abf20d 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -31,7 +31,7 @@ public: StorageN11Model(); StorageImpl* createStorage(const std::string& id, const std::string& type_id, const std::string& content_name, const std::string& attach) override; - double next_occuring_event(double now) override; + double next_occurring_event(double now) override; void update_actions_state(double now, double delta) override; }; @@ -61,7 +61,7 @@ public: void cancel() override; void resume() override; void set_max_duration(double duration) override; - void set_priority(double priority) override; + void set_sharing_penalty(double sharing_penalty) override; void update_remains_lazy(double now) override; };