execution: convert HashTable to SnapVector
[model-checker.git] / execution.h
index 6e4fd2ab900988df3d40e1b06be6c8f38d8df3f7..41a1bc1479ceb8f9d12a2ebb81fb6bacf925d6a6 100644 (file)
@@ -186,7 +186,7 @@ private:
        ModelAction * get_uninitialized_action(const ModelAction *curr) const;
 
        action_list_t action_trace;
-       HashTable<int, Thread *, int> thread_map;
+       SnapVector<Thread *> thread_map;
 
        /** Per-object list of actions. Maps an object (i.e., memory location)
         * to a trace of all actions performed on the object. */