X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf0af52bf64447860d533d402745ca92c40c9782..327a1abc2a482ea0b5d7eab53b28f85d4eb1922e:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 60f751595f..e3a606e979 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -307,7 +307,11 @@ public: std::vector args); // ***** Methods ***** - /** This actor will be automatically terminated when the last non-daemon actor finishes **/ + /** This actor will be automatically terminated when the last non-daemon actor finishes. + * + * Daemons are killed as soon as the last regular actor disappears. If another regular actor + * gets restarted later on by a timer or when its host reboots, the daemons do not get restarted. + **/ Actor* daemonize(); /** Returns whether or not this actor has been daemonized or not **/