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:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user