nodestack: improve bounds-checking assertion
[model-checker.git] / action.h
index 21fed0c16950195e1692af65db0d540b960b9b7d..f7e7e5ea0febd7251ff91e49654807ed9e437a95 100644 (file)
--- a/action.h
+++ b/action.h
@@ -93,6 +93,9 @@ public:
        bool is_lock() const;
        bool is_trylock() const;
        bool is_unlock() const;
+       bool is_wait() const;
+       bool is_notify() const;
+       bool is_notify_one() const;
        bool is_success_lock() const;
        bool is_failed_trylock() const;
        bool is_read() const;