check in message
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index b59e29cea19b660935824eca736178183910c735..d89a8a2b123b1743c58f3c5d7c883c87263b45b9 100644 (file)
--- a/model.h
+++ b/model.h
@@ -58,6 +58,7 @@ private:
 
        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);