mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Send lock type in LockWait/LockSharedWait events.
This will be needed for proper construction of LockMap on the server, in case the LockAnnounce message hasn't arrived yet.
This commit is contained in:
@@ -101,6 +101,7 @@ struct QueueLockWait
|
||||
uint32_t id;
|
||||
int64_t time;
|
||||
uint64_t thread;
|
||||
LockType type;
|
||||
};
|
||||
|
||||
struct QueueLockObtain
|
||||
|
||||
Reference in New Issue
Block a user