projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0229244
)
add NOOP to action type
author
weiyu
<weiyuluo1232@gmail.com>
Tue, 28 May 2019 23:50:06 +0000
(16:50 -0700)
committer
weiyu
<weiyuluo1232@gmail.com>
Tue, 28 May 2019 23:50:06 +0000
(16:50 -0700)
action.h
patch
|
blob
|
history
diff --git
a/action.h
b/action.h
index 8f44c7cb9776d895bbb3579dfa7732e3c0964077..b0b3d51a78dd361ca127a80e7767743c1de3b49f 100644
(file)
--- a/
action.h
+++ b/
action.h
@@
-76,8
+76,9
@@
typedef enum action_type {
ATOMIC_NOTIFY_ONE, /**< A notify_one action */
ATOMIC_NOTIFY_ALL, /**< A notify all action */
ATOMIC_WAIT, /**< A wait action */
- ATOMIC_ANNOTATION /**< An annotation action to pass information
+ ATOMIC_ANNOTATION
,
/**< An annotation action to pass information
to a trace analysis */
+ NOOP
} action_type_t;
/* Forward declaration */