model/action: move action_list_t to model.h
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index cc4fe284abed1c197682986f9faa4b375f8b6a88..08bde0f8256d9005cc210a18f8ea4aefcf37c263 100644 (file)
--- a/model.h
+++ b/model.h
@@ -27,6 +27,8 @@ struct model_snapshot_members;
 /** @brief Shorthand for a list of release sequence heads */
 typedef std::vector< const ModelAction *, ModelAlloc<const ModelAction *> > rel_heads_list_t;
 
+typedef std::list< ModelAction *, SnapshotAlloc<ModelAction *> > action_list_t;
+
 /**
  * Model checker parameter structure. Holds run-time configuration options for
  * the model checker.