X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=action.h;h=7c457076501f77f93550da6fe629e2e625a0f2cb;hp=da22882c3870ae361758ae97a7700a728203ea7b;hb=5e4a7d161cba81152ddcf295ee72fbb25ba3afaa;hpb=bdef0741b8a01e16946d261bc2a657af5a683b3e diff --git a/action.h b/action.h index da22882c..7c457076 100644 --- a/action.h +++ b/action.h @@ -81,6 +81,8 @@ public: void create_cv(const ModelAction *parent = NULL); ClockVector * get_cv() const { return cv; } void read_from(const ModelAction *act); + void synchronized(const ModelAction *act); + bool happens_before(const ModelAction *act) const;