move codes around in history.cc, and NewFuzzer::selectWrite is half working
[c11tester.git] / newfuzzer.h
index 153c150beafd693c376a8bf99866e685a2ac5463..c70960e7cf3db0b46d0f85c1210379e40ad7530b 100644 (file)
@@ -11,6 +11,7 @@ public:
        NewFuzzer();
        int selectWrite(ModelAction *read, SnapVector<ModelAction *>* rf_set);
        void selectBranch(int thread_id, Predicate * curr_pred, FuncInst * read_inst);
+       Predicate * get_selected_child_branch(thread_id_t tid);
 
        Thread * selectThread(int * threadlist, int numthreads);
        Thread * selectNotify(action_list_t * waiters);