Fix warning
authorBrian Demsky <bdemsky@uci.edu>
Thu, 12 Dec 2019 05:55:36 +0000 (21:55 -0800)
committerBrian Demsky <bdemsky@uci.edu>
Thu, 12 Dec 2019 05:55:36 +0000 (21:55 -0800)
execution.h

index d9a994f05c9e5771b4428743849e6883d10220da..2dc3333bb3deb8a3d804d6369658dcdfa771337d 100644 (file)
@@ -135,12 +135,13 @@ private:
 
        /** The scheduler to use: tracks the running/ready Threads */
        Scheduler * const scheduler;
+       action_list_t action_trace;
 
+  
        SnapVector<Thread *> thread_map;
        SnapVector<Thread *> pthread_map;
        uint32_t pthread_counter;
 
-       action_list_t action_trace;
 
        /** Per-object list of actions. Maps an object (i.e., memory location)
         * to a trace of all actions performed on the object.