model: privatize, move isfinalfeasible()
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 432399ea22eb7124557cb8cdc9bcfa8b38b6d605..3f1103e543fa987164cc8d75f7c0c92779a6ff86 100644 (file)
--- a/model.h
+++ b/model.h
@@ -116,7 +116,6 @@ public:
        int switch_to_master(ModelAction *act);
        ClockVector * get_cv(thread_id_t tid);
        ModelAction * get_parent_action(thread_id_t tid);
-       bool isfinalfeasible() const;
        void check_promises_thread_disabled();
        void mo_check_promises(thread_id_t tid, const ModelAction *write);
        void check_promises(thread_id_t tid, ClockVector *old_cv, ClockVector * merge_cv);
@@ -244,6 +243,7 @@ private:
        struct execution_stats stats;
        void record_stats();
 
+       bool isfinalfeasible() const;
        bool is_infeasible_ignoreRMW() const;
        bool is_infeasible() const;
        bool is_deadlocked() const;