Get GDAX working.
[c11tester.git] / history.h
index 5709ab6cc9baa405dc2f5febc00b3910b639c4bf..ee07f993458363041a6c30326d76ef5eb9e0af43 100644 (file)
--- a/history.h
+++ b/history.h
@@ -7,7 +7,7 @@
 #include "hashset.h"
 #include "threads-model.h"
 
-typedef HashSet<uint64_t, uint64_t, 4, model_malloc, model_calloc, model_free> write_set_t;
+typedef HashSet<uint64_t, uint64_t, 0, model_malloc, model_calloc, model_free> write_set_t;
 
 class ModelHistory {
 public:
@@ -47,4 +47,4 @@ private:
        HashTable<void *, write_set_t *, uintptr_t, 4, model_malloc, model_calloc, model_free> write_history;
 };
 
-#endif /* __HISTORY_H__ */
+#endif /* __HISTORY_H__ */