Lock model check when we terminate proxy thread
[c11tester.git] / classlist.h
index 3aca3e11ceb086a65aef19bf2dec9caf05b90db4..c7c84759ce1065687fad0c4e55bb85dcb5e0db09 100644 (file)
@@ -21,6 +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 forklock;
+extern volatile int modellock;
 #endif