Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
"amount" parameter is not valid anymore.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 23 May 2012 09:31:23 +0000 (11:31 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 23 May 2012 09:36:04 +0000 (11:36 +0200)
Partially cherry-picked from commit 1298f825dbd95a3e38a6f0f0130fc1800670aeae

src/simdag/sd_task.c

index 9fd8b60..7b5f7c4 100644 (file)
@@ -963,7 +963,7 @@ void __SD_task_really_run(SD_task_t task)
                                           surf_workstations,
                                           computation_amount,
                                           communication_amount,
-                                          task->amount, task->rate);
+                                          task->rate);
   } else {
     xbt_free(surf_workstations);
   }