action_list_t is only used by the ModelChecker class
bool sleep_flag;
};
-typedef std::list< ModelAction *, SnapshotAlloc<ModelAction *> > action_list_t;
-
#endif /* __ACTION_H__ */
/** @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.