X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=de1fc639e5514e190cdd7a0751b4719ac69303a6;hb=5fa2efec1354b2781ff0b29460ec8e9b8fa75991;hp=56d86acc98e022bcb65d91cd9a922201b6d5f00f;hpb=25728e9ac2afc0ecfb23259a6cee27a309027f4f;p=model-checker.git diff --git a/model.h b/model.h index 56d86ac..de1fc63 100644 --- a/model.h +++ b/model.h @@ -167,6 +167,7 @@ private: Thread * take_step(ModelAction *curr); void check_recency(ModelAction *curr, const ModelAction *rf); + ModelAction * get_last_fence_conflict(ModelAction *act) const; ModelAction * get_last_conflict(ModelAction *act) const; void set_backtracking(ModelAction *act); Thread * get_next_thread(ModelAction *curr);