Parcourir la source

Fix compilation

Cédric Augonnet il y a 14 ans
Parent
commit
3cb3f1a39a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/sched_policies/random_policy.c

+ 1 - 1
src/sched_policies/random_policy.c

@@ -108,7 +108,7 @@ struct starpu_sched_policy_s _starpu_sched_random_policy = {
 	.push_task = random_push_task,
 	.push_prio_task = random_push_prio_task,
 	.pop_task = random_pop_task,
-	.pop_exec_hook = NULL,
+	.post_exec_hook = NULL,
 	.pop_every_task = NULL,
 	.policy_name = "random",
 	.policy_description = "weighted random"