X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eadce057a2c8e09df65641e77935bd9ffc905440..ac080087b39ef79ff497d3992ff04b3e20fe40b2:/src/s4u/s4u_Storage.cpp?ds=sidebyside diff --git a/src/s4u/s4u_Storage.cpp b/src/s4u/s4u_Storage.cpp index 8de6680859..08ad07863d 100644 --- a/src/s4u/s4u_Storage.cpp +++ b/src/s4u/s4u_Storage.cpp @@ -53,7 +53,7 @@ const char* Storage::get_property(const std::string& key) const void Storage::set_property(const std::string& key, const std::string& value) { - simix::simcall([this, &key, &value] { this->pimpl_->set_property(key, value); }); + kernel::actor::simcall([this, &key, &value] { this->pimpl_->set_property(key, value); }); } IoPtr Storage::io_init(sg_size_t size, Io::OpType type)