X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/898e631752573fb35b17c83b5a4682f366539525..8c416e92254512408c1d0ce729e8d3cf82ec9938:/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp diff --git a/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp b/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp index 0390881e0e..16b693cc60 100644 --- a/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp +++ b/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp @@ -39,9 +39,9 @@ int main(int argc, char* argv[]) "\tExample: %s msg_platform.xml msg_deployment.xml\n", argv[0], argv[0]); - e.loadPlatform(argv[1]); /* - Load the platform description */ + e.load_platform(argv[1]); /* - Load the platform description */ e.registerFunction("sleeper"); - e.loadDeployment(argv[2]); /* - Deploy the sleeper processes with explicit start/kill times */ + e.load_deployment(argv[2]); /* - Deploy the sleeper processes with explicit start/kill times */ e.run(); /* - Run the simulation */