Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord: reproduce the scenario of the Oversim paper
[simgrid.git] / src / msg / private.h
index 3c19b3a..17549a9 100644 (file)
@@ -15,7 +15,7 @@
 #include "xbt/swag.h"
 #include "xbt/dict.h"
 #include "xbt/config.h"
-#include "instr/private.h"
+#include "instr/instr_private.h"
 
 SG_BEGIN_DECL()
 
@@ -37,7 +37,7 @@ typedef struct simdata_task {
   m_host_t source;
   double priority;
   double rate;
-  int refcount;
+  int isused;  /* Indicates whether the task is used in SIMIX currently */
   int host_nb;                  /* ==0 if sequential task; parallel task if not */
   /*******  Parallel Tasks Only !!!! *******/
   smx_host_t *host_list;