action: add is_relaxed() function
[c11tester.git] / action.h
index f7e7e5ea0febd7251ff91e49654807ed9e437a95..66ba753b58131bdc1235bfd7276fc1416b8e22f3 100644 (file)
--- a/action.h
+++ b/action.h
@@ -106,6 +106,7 @@ public:
        bool is_rmw() const;
        bool is_fence() const;
        bool is_initialization() const;
+       bool is_relaxed() const;
        bool is_acquire() const;
        bool is_release() const;
        bool is_seqcst() const;