X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=739a336e1adc6c81178686c10da60d411cd903b8;hb=d1ea44cf0feb35d7d44b81bd26b49ecbfecccb83;hp=f2716dbd90497c9f260b1730bee9d25bc9c622fd;hpb=53748c53db55c1230d4b191caf0e4016a2b9c0a6;p=model-checker.git diff --git a/clockvector.h b/clockvector.h index f2716db..739a336 100644 --- a/clockvector.h +++ b/clockvector.h @@ -23,7 +23,7 @@ public: void print() const; modelclock_t getClock(thread_id_t thread); - MEMALLOC + SNAPSHOTALLOC private: /** @brief Holds the actual clock data, as an array. */ modelclock_t *clock;