add thread choosing in switch func
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 8a2f9c6516350b1f8b2c7c2b5be76975658a4f9d..ed364b1e701a3f2623a67a4362cd378210345fbb 100644 (file)
--- a/model.h
+++ b/model.h
@@ -80,6 +80,10 @@ private:
 
        unsigned int curr_thread_num;
 
+       Thread * chosen_thread;
+
+       bool thread_chosen;
+
        unsigned int get_num_threads() const;
 
        void finish_execution(bool moreexecutions);