Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leaks in lmm_usage.
[simgrid.git] / include / msg / datatypes.h
index 12ae210..d77e876 100644 (file)
@@ -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 */