datarace/clockvector: switch 'clocks' to use 'unsigned int' (modelclock_t)
[c11tester.git] / clockvector.h
index f56d8d5089b28a86b368214b9b68ae5cf1feed59..82f1e3774608229f33f1379e9037e37fff5b87a2 100644 (file)
@@ -20,7 +20,7 @@ public:
        bool synchronized_since(ModelAction *act) const;
 
        void print() const;
-       int getClock(thread_id_t thread);
+       modelclock_t getClock(thread_id_t thread);
 
        MEMALLOC
 private: