Use simple_action_list for conditionvariable waiters
[c11tester.git] / execution.h
index 7ca610cad3fa7d488f29d682795f7886ff0f5943..0c401b19b59084609a2fe12b1cbb565a736cfbac 100644 (file)
@@ -150,7 +150,7 @@ private:
 
        /** Per-object list of actions. Maps an object (i.e., memory location)
         * to a trace of all actions performed on the object. */
-       HashTable<const void *, action_list_t *, uintptr_t, 2> condvar_waiters_map;
+       HashTable<const void *, simple_action_list_t *, uintptr_t, 2> condvar_waiters_map;
 
        /** Per-object list of actions that each thread performed. */
        HashTable<const void *, SnapVector<action_list_t> *, uintptr_t, 2> obj_thrd_map;