Add the pieces for a watchdog for dangling plugins

Once we register our plugins here, we should be able to gracefully shut
down any plugins whose remote process got killed.
This commit is contained in:
Robbert van der Helm
2021-05-01 16:45:37 +02:00
parent 167784f93b
commit 0f2db64aeb
4 changed files with 194 additions and 9 deletions
+4
View File
@@ -34,3 +34,7 @@ void HostBridge::handle_win32_events() {
DispatchMessage(&msg);
}
}
void HostBridge::shutdown_if_dangling() {
// TODO: Implement
}