cyclegraph: template for addEdge()
[c11tester.git] / action.h
index f742ddc62854a79fd2f2aff3721914781f115b36..d0f02a327e6d8373d35b2d56c3dd250a40aa948b 100644 (file)
--- a/action.h
+++ b/action.h
@@ -79,6 +79,7 @@ public:
        void * get_location() const { return location; }
        modelclock_t get_seq_number() const { return seq_number; }
        uint64_t get_value() const { return value; }
+       void set_value(uint64_t v) { value = v; }
        const ModelAction * get_reads_from() const { return reads_from; }
 
        Node * get_node() const;