X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=1a36a39dc040838f2c37b8166a8faf9b9a6a80fd;hb=HEAD;hp=962e9ec4844995c811638030d5a7c11a983ea36e;hpb=5d0368dd546d03580ae69f8058a3a4fdc31de83b;p=c11tester.git diff --git a/clockvector.h b/clockvector.h index 962e9ec4..1a36a39d 100644 --- a/clockvector.h +++ b/clockvector.h @@ -14,6 +14,7 @@ public: ClockVector(ClockVector *parent = NULL, const ModelAction *act = NULL); ~ClockVector(); bool merge(const ClockVector *cv); + bool minmerge(const ClockVector *cv); bool synchronized_since(const ModelAction *act) const; void print() const;