1
0
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:
Bartosz Taudul
2020-09-20 22:15:10 +02:00
parent f9c1b63a3b
commit 5c826c2723
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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;