mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Send signed active time in broadcast message.
This allows special treatment of negative values.
This commit is contained in:
@@ -106,7 +106,7 @@ struct ClientData
|
||||
{
|
||||
int64_t time;
|
||||
uint32_t protocolVersion;
|
||||
uint32_t activeTime;
|
||||
int32_t activeTime;
|
||||
uint32_t port;
|
||||
std::string procName;
|
||||
std::string address;
|
||||
|
||||
Reference in New Issue
Block a user