浏览代码

complete prio def

Romain LION 5 年之前
父节点
当前提交
43c3962f34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mpi/include/starpu_mpi_ft.h

+ 1 - 1
mpi/include/starpu_mpi_ft.h

@@ -57,7 +57,7 @@ static int starpu_mpi_checkpoint_template_register(starpu_mpi_checkpoint_templat
 static int starpu_mpi_checkpoint_template_create(starpu_mpi_checkpoint_template_t* cp_template, int cp_id, int cp_domain) {return 0;}
 static int starpu_mpi_checkpoint_template_add_entry(starpu_mpi_checkpoint_template_t* cp_template, ...) {return 0;}
 static int starpu_mpi_checkpoint_template_freeze(starpu_mpi_checkpoint_template_t* cp_template) {return 0;}
-static int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_template) {return 0;}
+static int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_template, int prio) {return 0;}
 static int starpu_mpi_ft_turn_on(void) {return 0;}
 static int starpu_mpi_ft_turn_off(void) {return 0;}
 static int _starpu_mpi_checkpoint_template_print(starpu_mpi_checkpoint_template_t cp_template) {return 0;}