clockvector: fix 'happens_before', change name to 'synchronized_since'
[cdsspec-compiler.git] / clockvector.h
index e9ffb2bf5c4997452bbddb0f8d650e319ce7f777..d233cdd136c46f7e00c547f9ac1d4be95d62cdee 100644 (file)
@@ -16,7 +16,7 @@ public:
        ClockVector(ClockVector *parent = NULL, ModelAction *act = NULL);
        ~ClockVector();
        void merge(ClockVector *cv);
-       bool happens_before(ModelAction *act, thread_id_t id);
+       bool synchronized_since(ModelAction *act);
 
        void print();