1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Require attention on failure popups.

This commit is contained in:
Bartosz Taudul
2022-10-13 20:39:43 +02:00
parent 94fd3b664e
commit 8dec765f5f
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -834,6 +834,11 @@ private:
} m_sendQueueWarning;
std::vector<std::pair<int, int>> m_cpuUsageBuf;
bool m_attnProtoMismatch = false;
bool m_attnNotAvailable = false;
bool m_attnDropped = false;
bool m_attnFailure = false;
};
}