X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=9000a5d72eddd90ba1ba5964e4a12105a75ca9b1;hb=023c2e9d75b5f4460d1e079e4915b1c41a8045a4;hp=56037eb6bfcd2f37a5110d12a7f733e79faad8b0;hpb=9603efba5f5006b21140286138ba7e003d29e997;p=model-checker.git diff --git a/clockvector.h b/clockvector.h index 56037eb..9000a5d 100644 --- a/clockvector.h +++ b/clockvector.h @@ -5,10 +5,9 @@ #ifndef __CLOCKVECTOR_H__ #define __CLOCKVECTOR_H__ -#include "threads.h" #include "mymemory.h" +#include "modeltypes.h" -typedef unsigned int modelclock_t; /* Forward declaration */ class ModelAction; @@ -22,7 +21,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;