diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index e0a54e4d..49b2853c 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -105,11 +105,11 @@ struct LockEvent int64_t time; int32_t srcloc; - uint64_t waitList; uint8_t thread; uint8_t lockingThread; uint8_t type; uint8_t lockCount; + uint64_t waitList; }; enum { LockEventSize = sizeof( LockEvent ) };