]> AND Public Git Repository - simgrid.git/blobdiff - src/simdag/private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate flex generated files with a more recent flex (not mandatory, but cmake...
[simgrid.git] / src / simdag / private.h
index 67397537d83f6467520bd0033b0c4a7656f73f5c..d935fd52fddb4c4b1785e911d40139369861174d 100644 (file)
@@ -72,12 +72,13 @@ typedef struct SD_task {
   e_SD_task_state_t state;
   void *data;                   /* user data */
   char *name;
+  int kind;
   double amount;
   double remains;
   double start_time;
   double finish_time;
   surf_action_t surf_action;
-  unsigned short watch_points;
+  unsigned short watch_points; /* bit field xor()ed with masks */
 
   int fifo_checked;             /* used by SD_task_just_done to make sure we evaluate
                                    the task only once */