From: Martin Quinson Date: Sat, 18 Aug 2018 11:37:56 +0000 (+0200) Subject: document another s4u::Actor method X-Git-Tag: v3_21~238 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/420e2b268738e54f8a1a5b64979502a805943a70 document another s4u::Actor method --- diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index fd9a6a4751..2d2c7e5346 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -258,6 +258,7 @@ public: */ void kill(); + /** Kill an actor from its ID */ static void kill(aid_t pid); /** Retrieves the actor that have the given PID (or nullptr if not existing) */