X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24de4abff1dbfc7c779f6768186be603342df002..4ff3a4cf6e03165421f65616a22be86b8f528e21:/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp diff --git a/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp b/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp index 17bf750a9b..caf074f966 100644 --- a/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp +++ b/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp @@ -49,7 +49,7 @@ int main(int argc, char** argv) simgrid::s4u::Engine e(&argc, argv); e.loadPlatform(argv[1]); - simgrid::s4u::Actor::createActor("", simgrid::s4u::Host::by_name("denise"), host); + simgrid::s4u::Actor::create("", simgrid::s4u::Host::by_name("denise"), host); e.run(); XBT_INFO("Simulated time: %g", simgrid::s4u::Engine::getClock());