Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct comment.
[simgrid.git] / 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. */