X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=6dea9bc0d61555c7ad017e00f30b4fcb9af58ad9;hb=ab6885beecafb5ae9103845c03a6e72ddacd79ec;hp=fbf566fb7a8f61497284c6ab1e826dd39b0f44e0;hpb=7cab9e695d0cfd0e935a6ef100a914aa6f661cc4;p=c11tester.git diff --git a/action.h b/action.h index fbf566fb..6dea9bc0 100644 --- a/action.h +++ b/action.h @@ -116,7 +116,8 @@ public: uint64_t get_write_value() const; uint64_t get_return_value() const; ModelAction * get_reads_from() const { return reads_from; } - uint64_t get_time() const {return time;} + uint64_t get_time() const { return time; } + void set_time(uint64_t _time) { time = _time; } cdsc::mutex * get_mutex() const; void set_read_from(ModelAction *act);