Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ooups. How come my code ever worked without changing that ?...
[simgrid.git] / src / msg / private.h
index d193688..0641f9e 100644 (file)
@@ -47,7 +47,7 @@ typedef struct simdata_task {
   int using;
   /*******  Parallel Tasks Only !!!! *******/
   int host_nb;
-  void * *host_list;            /* SURF modeling */
+  smx_host_t *host_list;
   double *comp_amount;
   double *comm_amount;
 } s_simdata_task_t;