model: cleaning up some code
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 70ec80427a7e7a0995defb0978e6025e49b4143a..d73e4574ec0fb8b860a2c89e1c87827fd4c65cbc 100644 (file)
--- a/model.h
+++ b/model.h
@@ -101,6 +101,7 @@ private:
         */
        void set_current_action(ModelAction *act) { priv->current_action = act; }
        Thread * check_current_action(ModelAction *curr);
+       bool process_read(ModelAction *curr, Thread * th, bool second_part_of_rmw);
 
        bool take_step();