Change initialize a bit
[c11tester.git] / clockvector.h
index 430dc1771bc9c03f09bfbb01f2e16e46c4744e57..1a36a39dc040838f2c37b8166a8faf9b9a6a80fd 100644 (file)
 
 class ClockVector {
 public:
-       ClockVector(ClockVector *parent = NULL, ModelAction *act = NULL);
+       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;