X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=7c457076501f77f93550da6fe629e2e625a0f2cb;hb=5e4a7d161cba81152ddcf295ee72fbb25ba3afaa;hp=da22882c3870ae361758ae97a7700a728203ea7b;hpb=bdef0741b8a01e16946d261bc2a657af5a683b3e;p=model-checker.git diff --git a/action.h b/action.h index da22882..7c45707 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;