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

Preserve valid order of server query acknowledgements.

This commit is contained in:
Bartosz Taudul
2021-02-07 20:53:20 +01:00
parent 9b5cc3352a
commit 9cfc36f92e
2 changed files with 13 additions and 6 deletions
+3
View File
@@ -693,6 +693,9 @@ private:
void HandleSymbolCodeQuery( uint64_t symbol, uint32_t size );
void HandleSourceCodeQuery();
void AckServerQuery();
void AckSourceCodeNotAvailable();
void CalibrateTimer();
void CalibrateDelay();
void ReportTopology();