mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Pack event structures.
This commit is contained in:
parent
8c90eab044
commit
4fad4be816
@ -12,6 +12,8 @@ struct TextData
|
|||||||
uint64_t zoneName; // ptr
|
uint64_t zoneName; // ptr
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma pack( 1 )
|
||||||
|
|
||||||
struct Event
|
struct Event
|
||||||
{
|
{
|
||||||
int64_t start;
|
int64_t start;
|
||||||
@ -35,6 +37,8 @@ struct LockEvent
|
|||||||
|
|
||||||
enum { LockEventSize = sizeof( LockEvent ) };
|
enum { LockEventSize = sizeof( LockEvent ) };
|
||||||
|
|
||||||
|
#pragma pack()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user