Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document another s4u::Actor method
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 18 Aug 2018 11:37:56 +0000 (13:37 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 18 Aug 2018 11:37:56 +0000 (13:37 +0200)
include/simgrid/s4u/Actor.hpp

index fd9a6a4..2d2c7e5 100644 (file)
@@ -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) */