Samuel Thibault 10 anni fa
parent
commit
892cb0ba21
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      include/starpu_sched_component.h

+ 1 - 1
include/starpu_sched_component.h

@@ -143,7 +143,7 @@ struct starpu_sched_component_mct_data
 {
 	double alpha;
 	double beta;
-	double gamma;
+	double _gamma;
 	double idle_power;
 };
 struct starpu_sched_component *starpu_sched_component_mct_create(struct starpu_sched_tree *tree, struct starpu_sched_component_mct_data *mct_data);