X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=4f63c181b0a3f2fca0a798fead208029af4a364b;hb=4546308ab989c074f83d8607e16f13ffbcff494a;hp=496093134ec7b6c96437c6ffa6f060e87894bdd9;hpb=2e9b955070a194963ddb98a5cb3e16968323adec;p=model-checker.git diff --git a/action.h b/action.h index 4960931..4f63c18 100644 --- a/action.h +++ b/action.h @@ -94,6 +94,7 @@ public: bool is_failed_trylock() const; bool is_read() const; bool is_write() const; + bool could_be_write() const; bool is_rmwr() const; bool is_rmwc() const; bool is_rmw() const;