action, clockvector: add 'has_synchronized_with()' functions
[c11tester.git] / clockvector.h
index 56037eb6bfcd2f37a5110d12a7f733e79faad8b0..f2716dbd90497c9f260b1730bee9d25bc9c622fd 100644 (file)
@@ -18,6 +18,7 @@ public:
        ~ClockVector();
        void 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);