X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10386701b4b7bbab3805268166269adc8c90e385..89c27c5a66e26449313a876fee38b0da80a56727:/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 8f2b4eca25..9ec2753700 100644 --- a/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp +++ b/examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp @@ -3,6 +3,9 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +/* This C++ file acts as the foil to the corresponding XML file, where the + action takes place: Actors are started and stopped at predefined time. */ + #include "simgrid/s4u.hpp" XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Messages specific for this s4u example");