X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=e19a2113a5e10f9860669656bb1583ec91da3620;hb=6b12232a5e3db3bc7f4cbcfa772ba86f1de04cc9;hp=6a902c5215342bae0313d56b3e6cfa8267bd79cf;hpb=81ea453e58cbb85fddff3aa8919dfbc59c3140eb;p=c11tester.git diff --git a/clockvector.h b/clockvector.h index 6a902c52..e19a2113 100644 --- a/clockvector.h +++ b/clockvector.h @@ -15,9 +15,8 @@ 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; - bool has_synchronized_with(const ClockVector *cv) const; void print() const; modelclock_t getClock(thread_id_t thread);