Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Those lines are UNIX only.
[simgrid.git] / include / msg / datatypes.h
index f019109..d77e876 100644 (file)
@@ -67,7 +67,7 @@ typedef struct m_task *m_task_t;
  * Communication actions transfer tasks between processes.
  * For a given task, the sender and the receiver have distinct objects.
  */
-typedef struct msg_comm_t *msg_comm_t;
+typedef struct msg_comm *msg_comm_t;
 
 /** \brief Default value for an uninitialized #m_task_t.
     \ingroup m_datatypes_management 
@@ -83,6 +83,7 @@ typedef struct simdata_process *simdata_process_t;
 /** @brief Process datatype 
     @ingroup m_datatypes_management_details @{ */
 typedef struct m_process {
+  s_xbt_swag_hookup_t process_list_hookup;
   char *name;                   /**< @brief process name if any */
   simdata_process_t simdata;
                                 /**< @brief simulator data */