Lock model check when we terminate proxy thread
[c11tester.git] / classlist.h
index 67f6f8b7e89a9191988ac07abfb104a2911b6412..c7c84759ce1065687fad0c4e55bb85dcb5e0db09 100644 (file)
@@ -10,8 +10,6 @@ class ModelAction;
 class ModelChecker;
 class ModelExecution;
 class ModelHistory;
-class Node;
-class NodeStack;
 class Scheduler;
 class Thread;
 class TraceAnalysis;
@@ -23,4 +21,7 @@ struct model_snapshot_members;
 struct bug_message;
 typedef SnapList<ModelAction *> action_list_t;
 typedef SnapList<uint32_t> func_id_list_t;
+typedef SnapList<FuncInst *> func_inst_list_t;
+
+extern volatile int modellock;
 #endif