handle last action with nop
[c11tester.git] / action.h
index 2b4b4141da042161dfe1db76f7b4573339b92001..1658a83d3e85e7a79f5ba6ad4655b3f3f30f5d85 100644 (file)
--- a/action.h
+++ b/action.h
@@ -77,7 +77,8 @@ typedef enum action_type {
        ATOMIC_WAIT,    // < A wait action
        ATOMIC_TIMEDWAIT,       // < A timed wait action
        ATOMIC_ANNOTATION,      // < An annotation action to pass information to a trace analysis
-       READY_FREE
+       READY_FREE,     // < Write is ready to be freed
+       ATOMIC_NOP      // < Placeholder
 } action_type_t;