fix mutex_trylock bug
[c11tester.git] / actionlist.h
index 20f93fc953b9c27472df84c7de15cc53f66800e7..ee0a144590fb8fd6ed146c025eab2e10c8984409 100644 (file)
@@ -41,6 +41,7 @@ public:
        uint size() {return _size;}
        sllnode<ModelAction *> * begin() {return head;}
        sllnode<ModelAction *> * end() {return tail;}
+       void fixupParent();
 
        SNAPSHOTALLOC;