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

Store LockEvent type as an enum class.

This commit is contained in:
Bartosz Taudul
2017-12-10 22:37:56 +01:00
parent bcf2bf1c5c
commit 398eecbb94
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ struct LockEvent
int32_t srcloc;
uint8_t thread;
uint8_t lockingThread;
uint8_t type;
Type type;
uint8_t lockCount;
uint64_t waitList;
};