--- nono/vm/rtl8019as.h 2026/04/29 17:05:29 1.1.1.3 +++ nono/vm/rtl8019as.h 2026/04/29 17:05:33 1.1.1.4 @@ -14,7 +14,6 @@ #include "event.h" #include "hostnet.h" #include "message.h" -#include "monitor.h" class InterruptDevice; @@ -467,7 +466,7 @@ class RTL8019ASDevice : public EthernetD bool tx_led {}; bool rx_led {}; - Monitor monitor { this }; + Monitor *monitor {}; Event tx_event { this }; Event rx_event { this };