be even more aggressive about sleep sets...
[model-checker.git] / action.cc
index c1adc2e7bc65cd94d26a4b7cf93ac3482c2b2d1a..b7bf024a4e79447220bfb50cd5268413e474f9b3 100644 (file)
--- a/action.cc
+++ b/action.cc
@@ -33,7 +33,8 @@ ModelAction::ModelAction(action_type_t type, memory_order order, void *loc,
        reads_from(NULL),
        node(NULL),
        seq_number(ACTION_INITIAL_CLOCK),
-       cv(NULL)
+       cv(NULL),
+       sleep_flag(false)
 {
        Thread *t = thread ? thread : thread_current();
        this->tid = t->get_id();