X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=962e9ec4844995c811638030d5a7c11a983ea36e;hb=02f88d34f055c91ecf4ebadbd18271814f2e4b52;hp=b9987b22a6f310a70fda2d39ede5fe84ccc62906;hpb=89ecd60fab0d93d6df6aa35e663ab67db860fa1d;p=c11tester.git diff --git a/clockvector.h b/clockvector.h index b9987b22..962e9ec4 100644 --- a/clockvector.h +++ b/clockvector.h @@ -11,7 +11,7 @@ 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 synchronized_since(const ModelAction *act) const; @@ -28,4 +28,4 @@ private: int num_threads; }; -#endif/* __CLOCKVECTOR_H__ */ +#endif /* __CLOCKVECTOR_H__ */