X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5a8281d1b8c42bbdb10d492d7251b35759ea32d..6499d175675a0a61acc5b9132ed1d54ed194a1ae:/src/s4u/s4u_Netzone.cpp diff --git a/src/s4u/s4u_Netzone.cpp b/src/s4u/s4u_Netzone.cpp index 1576fae32e..dec17ec8aa 100644 --- a/src/s4u/s4u_Netzone.cpp +++ b/src/s4u/s4u_Netzone.cpp @@ -35,7 +35,7 @@ const char* NetZone::get_property(const std::string& key) const void NetZone::set_property(const std::string& key, const std::string& value) { - simix::simcall([this, &key, &value] { properties_[key] = value; }); + kernel::actor::simcall([this, &key, &value] { properties_[key] = value; }); } /** @brief Returns the list of direct children (no grand-children) */