Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct comment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 15 Mar 2018 20:16:40 +0000 (21:16 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Mar 2018 16:00:43 +0000 (17:00 +0100)
include/simgrid/s4u/Actor.hpp

index 661e52d..e5cf824 100644 (file)
@@ -214,11 +214,11 @@ public:
   s4u::Host* getHost();
   /** Retrieves the PID of that actor
    *
   s4u::Host* getHost();
   /** Retrieves the PID of that actor
    *
-   * actor_id_t is an alias for unsigned long */
+   * aid_t is an alias for long */
   aid_t getPid();
   /** Retrieves the PPID of that actor
    *
   aid_t getPid();
   /** Retrieves the PPID of that actor
    *
-   * actor_id_t is an alias for unsigned long */
+   * aid_t is an alias for long */
   aid_t getPpid();
 
   /** Suspend an actor by suspending the task on which it was waiting for the completion. */
   aid_t getPpid();
 
   /** Suspend an actor by suspending the task on which it was waiting for the completion. */