snapshot-interface: don't redefine PAGESIZE
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 1f22ebfc40737b2ec1e8cb41000ef820a06f6d5b..d89a8a2b123b1743c58f3c5d7c883c87263b45b9 100644 (file)
--- a/model.h
+++ b/model.h
@@ -56,7 +56,9 @@ private:
        ModelAction * get_next_backtrack();
        void reset_to_initial_state();
 
+       void add_action_to_lists(ModelAction *act);
        ModelAction * get_last_action(thread_id_t tid);
+       ModelAction * get_parent_action(thread_id_t tid);
 
        void print_list(action_list_t *list);