X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=actionlist.h;h=ee0a144590fb8fd6ed146c025eab2e10c8984409;hp=20f93fc953b9c27472df84c7de15cc53f66800e7;hb=25d73096cfc14c655f94b01bb235cc5efd1d5696;hpb=17a2aadccd57b9cf65a4a2b239153c57e9192e27;ds=inline diff --git a/actionlist.h b/actionlist.h index 20f93fc9..ee0a1445 100644 --- a/actionlist.h +++ b/actionlist.h @@ -41,6 +41,7 @@ public: uint size() {return _size;} sllnode * begin() {return head;} sllnode * end() {return tail;} + void fixupParent(); SNAPSHOTALLOC;