Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify SD_task structures so that get_start_time, get_finish_time and get_remaining_a...
[simgrid.git] / src / simdag / private.h
index 111a0b1..c145d44 100644 (file)
@@ -55,6 +55,9 @@ typedef struct SD_task {
   void *data; /* user data */
   char *name;
   double amount;
+  double remains;
+  double start_time;
+  double finish_time;
   surf_action_t surf_action;
   unsigned short watch_points;
   int state_changed; /* used only by SD_simulate, to make sure we put