X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=08bde0f8256d9005cc210a18f8ea4aefcf37c263;hb=c399a44cb63c43c83c11fe6cfab02889896ecff1;hp=cc4fe284abed1c197682986f9faa4b375f8b6a88;hpb=1ef66fffe44c297326b1043cab978789b1071704;p=model-checker.git diff --git a/model.h b/model.h index cc4fe28..08bde0f 100644 --- 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 > rel_heads_list_t; +typedef std::list< ModelAction *, SnapshotAlloc > action_list_t; + /** * Model checker parameter structure. Holds run-time configuration options for * the model checker.