Towards erase method
[c11tester.git] / action.h
index 15bb02ea5dec0a686570bffd8d13e552a37248d5..78f6f140af0f19553ce107d090fc30ce429709e5 100644 (file)
--- a/action.h
+++ b/action.h
@@ -192,6 +192,9 @@ public:
        void setTraceRef(sllnode<ModelAction *> *ref) { trace_ref = ref; }
        void setThrdMapRef(sllnode<ModelAction *> *ref) { thrdmap_ref = ref; }
        void setActionRef(sllnode<ModelAction *> *ref) { action_ref = ref; }
+       sllnode<ModelAction *> * getTraceRef() { return trace_ref; }
+       sllnode<ModelAction *> * getThrdMapRef() { return thrdmap_ref; }
+       sllnode<ModelAction *> * getActionRef() { return action_ref; }
        SNAPSHOTALLOC
 private:
        const char * get_type_str() const;