check_recency: return a boolean status
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 412543dbeba356d3839c66cc422ff1487fa659eb..115d94455c23737d949bcab4667a8bede791e037 100644 (file)
--- a/model.h
+++ b/model.h
@@ -167,7 +167,7 @@ private:
 
        Thread * take_step(ModelAction *curr);
 
 
        Thread * take_step(ModelAction *curr);
 
-       void check_recency(ModelAction *curr, const ModelAction *rf);
+       bool check_recency(ModelAction *curr, const ModelAction *rf) const;
        ModelAction * get_last_fence_conflict(ModelAction *act) const;
        ModelAction * get_last_conflict(ModelAction *act) const;
        void set_backtracking(ModelAction *act);
        ModelAction * get_last_fence_conflict(ModelAction *act) const;
        ModelAction * get_last_conflict(ModelAction *act) const;
        void set_backtracking(ModelAction *act);