mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 07:53:55 +02:00
Register the Wine host bridge watchdog
It doesn't do anything yet.
This commit is contained in:
@@ -125,4 +125,11 @@ class HostBridge {
|
||||
* @see Logger::create_wine_stderr
|
||||
*/
|
||||
Logger generic_logger;
|
||||
|
||||
private:
|
||||
/**
|
||||
* A guard that, while in scope, will cause `shutdown_if_dangling()` to
|
||||
* periodically be called.
|
||||
*/
|
||||
MainContext::WatchdogGuard watchdog_guard;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user