From a26bb88d7fb0f43bb028fadac704c5228abb03d3 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 8 Jun 2017 17:15:50 +0100 Subject: [PATCH] Added missing prototype for the rebuild test function in cell.h --- src/cell.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cell.h b/src/cell.h index 021cdccf08..899503997d 100644 --- a/src/cell.h +++ b/src/cell.h @@ -390,4 +390,6 @@ void cell_activate_subcell_tasks(struct cell *ci, struct cell *cj, struct scheduler *s); int cell_can_recurse_in_pair_task(const struct cell *c); int cell_can_split_task(const struct cell *c); +int cell_need_rebuild_for_pair(const struct cell *ci, const struct cell *cj); + #endif /* SWIFT_CELL_H */ -- GitLab