Преглед изворни кода

Fix typo : struct starpu_task_bundle should be struct _starpu_task_bundle in heft.c

Cyril Roelandt пре 13 година
родитељ
комит
55bfe81e75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/sched_policies/heft.c

+ 1 - 1
src/sched_policies/heft.c

@@ -230,7 +230,7 @@ static void compute_all_performance_predictions(struct starpu_task *task,
 					double local_data_penalty[STARPU_NMAXWORKERS][STARPU_MAXIMPLEMENTATIONS],
 					double local_power[STARPU_NMAXWORKERS][STARPU_MAXIMPLEMENTATIONS],
 					int *forced_worker, int *forced_impl,
-					struct starpu_task_bundle *bundle)
+					struct _starpu_task_bundle *bundle)
 {
 	int calibrating = 0;
 	double max_exp_end = DBL_MIN;