Add datarace support for atomics and calloc
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 82d9bc8c4fc9853f15ed3b2d2bef7e6e1f27cf83..a3a7bc0ee8f22a059a1b9572d82a2f266f9e2a04 100644 (file)
--- a/model.h
+++ b/model.h
@@ -76,9 +76,9 @@ private:
 
        /** The scheduler to use: tracks the running/ready Threads */
        Scheduler * const scheduler;
+       ModelHistory * history;
        ModelExecution *execution;
        Thread * init_thread;
-       ModelHistory *history;
 
        int execution_number;