mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Send initial configuration as a single message.
This commit is contained in:
@@ -22,6 +22,15 @@ enum ServerQuery : uint8_t
|
||||
ServerQueryThreadString
|
||||
};
|
||||
|
||||
#pragma pack( 1 )
|
||||
struct WelcomeMessage
|
||||
{
|
||||
uint8_t lz4;
|
||||
uint64_t timeBegin;
|
||||
uint64_t delay;
|
||||
};
|
||||
#pragma pack()
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user