]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/maxmin_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification around Host::onDestruction
[simgrid.git] / src / surf / maxmin_private.hpp
index b08682769c6538bd868d962fa81c7c4445a6552a..bccc21780a601049bd682c5ffbdc8829fe458340 100644 (file)
@@ -99,7 +99,7 @@ typedef struct lmm_system {
   s_xbt_swag_t saturated_variable_set;  /* a list of lmm_variable_t */
   s_xbt_swag_t saturated_constraint_set;        /* a list of lmm_constraint_t_t */
 
-  ActionLmmListPtr keep_track;
+  simgrid::surf::ActionLmmListPtr keep_track;
 
   xbt_mallocator_t variable_mallocator;
 } s_lmm_system_t;