add support for sleep sets...
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index d5dc42266769004d542d72f472f6e1029c1a7e5c..d2baaf45afee14661a02c620649e4efdfcf107ee 100644 (file)
--- a/model.h
+++ b/model.h
@@ -124,7 +124,8 @@ private:
        int num_executions;
        int num_feasible_executions;
        bool promises_expired();
-
+       void execute_sleep_set();
+       void wake_up_sleeping_actions(ModelAction * curr);
        modelclock_t get_next_seq_num();
 
        /**