From: Martin Quinson Date: Mon, 21 Jan 2019 13:53:13 +0000 (+0100) Subject: Doc improvement X-Git-Tag: v3_22~519 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a9f99f0ad1180ff6b9660ce3453f136aeb5bf34f Doc improvement --- diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 9854c2ef04..b3736c676a 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -82,8 +82,12 @@ public: /** Turns that host on if it was previously off * - * All actors on that host which were marked autorestart will be restarted automatically. - * This call does nothing if the host is already on. + * This call does nothing if the host is already on. If it was off, all actors which were + * marked 'autorestart' on that host will be restarted automatically (note that this may differ + * from the actors that were initially running on the host). + * + * All other Host's properties are left unchanged; in particular, the pstate is left + * unchanged and not reset to its initial value. */ void turn_on(); /** Turns that host off. All actors are forcefully stopped. */