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

Read/write LockEvent data in one go.

This commit is contained in:
Bartosz Taudul
2018-04-29 03:37:34 +02:00
parent c5133e0b4e
commit bc84ebc338
2 changed files with 8 additions and 19 deletions
+3 -1
View File
@@ -103,8 +103,10 @@ struct LockEvent
int64_t time;
int32_t srcloc;
uint8_t thread;
uint8_t lockingThread;
Type type;
// All above is read/saved as-is.
uint8_t lockingThread;
uint8_t lockCount;
uint64_t waitList;
};