X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=e19a2113a5e10f9860669656bb1583ec91da3620;hb=2d0d4ac38e05905a6633b3f2d5112ccadd45c27f;hp=9000a5d72eddd90ba1ba5964e4a12105a75ca9b1;hpb=15fabc6f4e6591341940a8087a8dd088af59bb5c;p=model-checker.git diff --git a/clockvector.h b/clockvector.h index 9000a5d..e19a211 100644 --- a/clockvector.h +++ b/clockvector.h @@ -15,7 +15,7 @@ class ClockVector { public: ClockVector(ClockVector *parent = NULL, ModelAction *act = NULL); ~ClockVector(); - void merge(const ClockVector *cv); + bool merge(const ClockVector *cv); bool synchronized_since(const ModelAction *act) const; void print() const;