add NOOP to action type
authorweiyu <weiyuluo1232@gmail.com>
Tue, 28 May 2019 23:50:06 +0000 (16:50 -0700)
committerweiyu <weiyuluo1232@gmail.com>
Tue, 28 May 2019 23:50:06 +0000 (16:50 -0700)
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_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 */
                                                                                                         to a trace analysis */
+       NOOP
 } action_type_t;
 
 /* Forward declaration */
 } action_type_t;
 
 /* Forward declaration */