model: schedule appropriate fence backtracking points
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 56d86acc98e022bcb65d91cd9a922201b6d5f00f..de1fc639e5514e190cdd7a0751b4719ac69303a6 100644 (file)
--- a/model.h
+++ b/model.h
@@ -167,6 +167,7 @@ private:
        Thread * take_step(ModelAction *curr);
 
        void check_recency(ModelAction *curr, const ModelAction *rf);
+       ModelAction * get_last_fence_conflict(ModelAction *act) const;
        ModelAction * get_last_conflict(ModelAction *act) const;
        void set_backtracking(ModelAction *act);
        Thread * get_next_thread(ModelAction *curr);