Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill dead cruft
[simgrid.git] / src / msg / private.h
index fba859d..05bc2c2 100644 (file)
@@ -38,6 +38,11 @@ typedef struct simdata_task {
   m_process_t sender;
   double rate;
   int using;
+  /*******  Parallel Tasks Only !!!! *******/
+  int host_nb;
+  void * *host_list;            /* SURF modeling */
+  double *comp_amount;
+  double *comm_amount;
 } s_simdata_task_t;
 
 /******************************* Process *************************************/