소스 검색

Fix compilation

Cédric Augonnet 14 년 전
부모
커밋
3cb3f1a39a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"