model: rename get_last_seq_cst -> get_last_seq_cst_write
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 9665fa42b1a03a2b731f3f26ad4a28f852289eb3..d0e47d9d6212ad004194aac45ef070a96ed5d2c0 100644 (file)
--- a/model.h
+++ b/model.h
@@ -170,7 +170,7 @@ private:
        void check_curr_backtracking(ModelAction * curr);
        void add_action_to_lists(ModelAction *act);
        ModelAction * get_last_action(thread_id_t tid) const;
-       ModelAction * get_last_seq_cst(ModelAction *curr) const;
+       ModelAction * get_last_seq_cst_write(ModelAction *curr) const;
        ModelAction * get_last_unlock(ModelAction *curr) const;
        void build_reads_from_past(ModelAction *curr);
        ModelAction * process_rmw(ModelAction *curr);