1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Proper handling of disconnect request.

This commit is contained in:
Bartosz Taudul
2019-08-01 23:14:09 +02:00
parent 344d36086f
commit a4e7a341c0
7 changed files with 47 additions and 4 deletions
+2 -1
View File
@@ -9,7 +9,7 @@
namespace tracy
{
enum : uint32_t { ProtocolVersion = 12 };
enum : uint32_t { ProtocolVersion = 13 };
enum : uint32_t { BroadcastVersion = 0 };
using lz4sz_t = uint32_t;
@@ -45,6 +45,7 @@ enum ServerQuery : uint8_t
ServerQueryPlotName,
ServerQueryCallstackFrame,
ServerQueryFrameName,
ServerQueryDisconnect
};
struct ServerQueryPacket