Lock model check when we terminate proxy thread
[c11tester.git] / classlist.h
index d3d9d3d2c0f2389ae7214f9a0527585c06deb2a5..c7c84759ce1065687fad0c4e55bb85dcb5e0db09 100644 (file)
@@ -23,5 +23,5 @@ 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