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