projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d5c51
)
Fix warning
author
Brian Demsky
<bdemsky@uci.edu>
Thu, 12 Dec 2019 05:55:36 +0000
(21:55 -0800)
committer
Brian Demsky
<bdemsky@uci.edu>
Thu, 12 Dec 2019 05:55:36 +0000
(21:55 -0800)
execution.h
patch
|
blob
|
history
diff --git
a/execution.h
b/execution.h
index d9a994f05c9e5771b4428743849e6883d10220da..2dc3333bb3deb8a3d804d6369658dcdfa771337d 100644
(file)
--- a/
execution.h
+++ b/
execution.h
@@
-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.