X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=classlist.h;h=e74ebcf64bdbb5aace60103095d47dcf09bfd395;hp=bebbf39fa0cd7e1770e2033377fa55f500f63be3;hb=25d73096cfc14c655f94b01bb235cc5efd1d5696;hpb=c635df842e0738f2478bdd21a103155ee5c58c97 diff --git a/classlist.h b/classlist.h index bebbf39f..e74ebcf6 100644 --- a/classlist.h +++ b/classlist.h @@ -22,14 +22,17 @@ class FuncInst; class Predicate; class ConcretePredicate; class WaitObj; +class actionlist; + +#include "actionlist.h" struct model_snapshot_members; struct bug_message; -typedef SnapList action_list_t; +typedef SnapList simple_action_list_t; +typedef actionlist action_list_t; typedef SnapList func_id_list_t; typedef SnapList func_inst_list_t; -typedef HashTable inst_act_map_t; typedef HashSet PredSet; typedef HSIterator PredSetIter;