projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ccfdf
)
action: make synchronize_with() public
author
Brian Norris
<banorris@uci.edu>
Thu, 23 Aug 2012 19:30:27 +0000
(12:30 -0700)
committer
Brian Norris
<banorris@uci.edu>
Fri, 24 Aug 2012 03:50:19 +0000
(20:50 -0700)
action.h
patch
|
blob
|
history
diff --git
a/action.h
b/action.h
index ffe60dc5e8e9a33e18a59123c77d6a6fa09f505b..a87e1f2343ad82eb1428bdf696e5766e6d05886c 100644
(file)
--- a/
action.h
+++ b/
action.h
@@
-81,6
+81,7
@@
public:
void create_cv(const ModelAction *parent = NULL);
ClockVector * get_cv() const { return cv; }
void read_from(const ModelAction *act);
+ void synchronize_with(const ModelAction *act);
bool happens_before(const ModelAction *act) const;
@@
-96,7
+97,6
@@
public:
MEMALLOC
private:
- void synchronize_with(const ModelAction *act);
/** Type of action (read, write, thread create, thread yield, thread join) */
action_type type;