Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-11-05 00:50:55 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-11-05 00:50:55 +0300
commit0427904d4a16477642028001bc68e74501ad6b76 (patch)
tree498385e87f754948860a0dc9fd4072e5dd6338f7 /common
parent373a6fc19e14e8cdb6a1244aa939877fc0ebb2f0 (diff)
Fix zone validation thread piggybacking.
Diffstat (limited to 'common')
-rw-r--r--common/TracyQueue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/TracyQueue.hpp b/common/TracyQueue.hpp
index c656bd39..f4d0c464 100644
--- a/common/TracyQueue.hpp
+++ b/common/TracyQueue.hpp
@@ -152,7 +152,7 @@ struct QueueZoneValidation
uint32_t id;
};
-struct QueueZoneValidationThread
+struct QueueZoneValidationThread : public QueueZoneValidation
{
uint32_t thread;
};