X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=model.h;h=6bb4788c061b90e427720214756c144a2ff325fc;hp=fd99700a01c35f77ff2d87445ee228b71ae69de5;hb=39c0de028fe3b1c1d229ecf715007c751ddab445;hpb=02e807a227da687ff2606d6eecf49aff372d3a51 diff --git a/model.h b/model.h index fd99700a..6bb4788c 100644 --- a/model.h +++ b/model.h @@ -153,6 +153,7 @@ private: bool process_mutex(ModelAction *curr); bool process_thread_action(ModelAction *curr); void process_relseq_fixup(ModelAction *curr, work_queue_t *work_queue); + bool read_from(ModelAction *act, const ModelAction *rf); bool check_action_enabled(ModelAction *curr); bool take_step();