X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=fecef4dbf3043ac920d5fb09efef85ffb8d6e863;hb=722ae18e70d2658c04b7a7e53df2ab957aaab674;hp=c455ea780883b371d80caed2d25c95e3d16edf1b;hpb=9c02def96200170715f28557ba36ab94b4f956a6;p=model-checker.git diff --git a/action.h b/action.h index c455ea7..fecef4d 100644 --- a/action.h +++ b/action.h @@ -103,7 +103,7 @@ public: void create_cv(const ModelAction *parent = NULL); ClockVector * get_cv() const { return cv; } void read_from(const ModelAction *act); - void synchronize_with(const ModelAction *act); + bool synchronize_with(const ModelAction *act); bool has_synchronized_with(const ModelAction *act) const; bool happens_before(const ModelAction *act) const;