mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
Set deadlock thread name
This commit is contained in:
parent
6d090895b7
commit
23a89a63d8
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public:
|
|||
|
||||
// Set the heartbeat on launch
|
||||
DeadlockWatchdogThread() {
|
||||
setObjectName("Deadlock Watchdog");
|
||||
QTimer* heartbeatTimer = new QTimer();
|
||||
// Give the heartbeat an initial value
|
||||
_heartbeat = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue