nodestack: eliminate get_future_value_expiration()
[model-checker.git] / schedule.h
index d4780c884d672afd4b3eabc4e1fc22aaf30be289..83b25c61cdc1d296f404fe244d185db4e6f3d7f7 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef __SCHEDULE_H__
 #define __SCHEDULE_H__
 
-#include <list>
 #include "mymemory.h"
 
 /* Forward declaration */
@@ -37,6 +36,7 @@ public:
        void update_sleep_set(Node *n);
        bool is_enabled(const Thread *t) const;
        bool is_enabled(thread_id_t tid) const;
+       bool is_sleep_set(const Thread *t) const;
 
        SNAPSHOTALLOC
 private: