More code towards freeing old actions
[c11tester.git] / execution.h
index 1aaa9db3b79d7a280f689f935de3c27dcf334548..2d227d21361a24918a47720139bf8148166d6a01 100644 (file)
@@ -89,7 +89,7 @@ public:
        void setFinished() {isfinished = true;}
        void restore_last_seq_num();
        void collectActions();
-
+       modelclock_t get_curr_seq_num();
 #ifdef TLS
        pthread_key_t getPthreadKey() {return pthreadkey;}
 #endif