Browse Source

complete prio def

Romain LION 4 years ago
parent
commit
43c3962f34
1 changed files with 1 additions and 1 deletions
  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;}