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

Allow direct access to data size table index.

This commit is contained in:
Bartosz Taudul
2017-09-14 01:05:08 +02:00
parent 89dd244693
commit 10b88754d8
3 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -30,7 +30,11 @@ struct QueueZoneEnd
struct QueueHeader
{
QueueType type;
union
{
QueueType type;
uint8_t idx;
};
int64_t time;
};