More code towards freeing old actions
[c11tester.git] / action.h
index b7e6f4797c7b8094ccee993ed0b58547ed772f9e..95167c437a0ff91a6f05405ea6c810ad8d403f81 100644 (file)
--- a/action.h
+++ b/action.h
@@ -143,6 +143,7 @@ public:
        bool is_atomic_var() const;
        bool is_read() const;
        bool is_write() const;
+       bool is_free() const;
        bool is_yield() const;
        bool could_be_write() const;
        bool is_rmwr() const;