X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=99a93cdc9fd3e33dad9cbc5a4ef21954354c1191;hb=82df62c2b0805848b87bb71df5b66a4a66f8e25d;hp=f8c2bc867946dc255b0cf2946e9c8f85c422b4d2;hpb=8d671b5e6a8b29464e0f7c17b696cbd5286f3446;p=model-checker.git diff --git a/model.h b/model.h index f8c2bc8..99a93cd 100644 --- a/model.h +++ b/model.h @@ -121,7 +121,7 @@ public: ClockVector * get_cv(thread_id_t tid) const; ModelAction * get_parent_action(thread_id_t tid) const; void check_promises_thread_disabled(); - void mo_check_promises(thread_id_t tid, const ModelAction *write, const ModelAction * read); + void mo_check_promises(const ModelAction *act, bool is_read_check); void check_promises(thread_id_t tid, ClockVector *old_cv, ClockVector *merge_cv); bool isfeasibleprefix() const;