--- nono/vm/scheduler.h 2026/04/29 17:05:29 1.1.1.14 +++ nono/vm/scheduler.h 2026/04/29 17:05:33 1.1.1.15 @@ -13,7 +13,6 @@ #include "thread.h" #include "event.h" #include "message.h" -#include "monitor.h" #include "spscqueue.h" #include #include @@ -116,7 +115,7 @@ class Scheduler : public ThreadDevice Syncer *syncer {}; - Monitor monitor { this }; + Monitor *monitor {}; }; extern const std::string TimeToStr(uint64 t);