move work_list (thrd_func_list) from history.h to execution.h, and fix the memory...
[c11tester.git] / classlist.h
index 90f111d8454973b85bbb40650ac876232db6e7c4..67f6f8b7e89a9191988ac07abfb104a2911b6412 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef CLASSLIST_H
 #define CLASSLIST_H
+#include <inttypes.h>
 #include "stl-model.h"
 
 class ClockVector;
@@ -21,4 +22,5 @@ class FuncInst;
 struct model_snapshot_members;
 struct bug_message;
 typedef SnapList<ModelAction *> action_list_t;
+typedef SnapList<uint32_t> func_id_list_t;
 #endif