snapshot: use sizeof(*fork_snap)
[cdsspec-compiler.git] / action.h
index e375016e4c96367634a207f8f92948a5ac56c965..abf55318cd3ba379ea198420fad4ce70bfc570ea 100644 (file)
--- a/action.h
+++ b/action.h
@@ -5,7 +5,6 @@
 #ifndef __ACTION_H__
 #define __ACTION_H__
 
-#include <list>
 #include <cstddef>
 #include <inttypes.h>
 
@@ -107,6 +106,7 @@ public:
        void set_seq_number(modelclock_t num);
        void set_try_lock(bool obtainedlock);
        bool is_thread_start() const;
+       bool is_thread_join() const;
        bool is_relseq_fixup() const;
        bool is_mutex_op() const;
        bool is_lock() const;