1
0
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:
Bartosz Taudul
2017-12-17 18:30:34 +01:00
parent b3b8088881
commit c3a32f9c35
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ struct QueueLockWait
uint32_t id;
int64_t time;
uint64_t thread;
LockType type;
};
struct QueueLockObtain